home-assistant-javascript-templates 6.0.1 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.d.ts +4 -2
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +1 -1
- package/package.json +12 -7
package/dist/esm/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ interface Extras {
|
|
|
60
60
|
variables?: Vars;
|
|
61
61
|
refs?: Vars;
|
|
62
62
|
}
|
|
63
|
+
|
|
63
64
|
declare class HomeAssistantJavaScriptTemplatesRenderer {
|
|
64
65
|
constructor(ha: HomeAssistant, options: Options);
|
|
65
66
|
private _throwErrors;
|
|
@@ -91,5 +92,6 @@ declare class HomeAssistantJavaScriptTemplates {
|
|
|
91
92
|
private _renderer;
|
|
92
93
|
getRenderer(): Promise<HomeAssistantJavaScriptTemplatesRenderer>;
|
|
93
94
|
}
|
|
94
|
-
|
|
95
|
-
export
|
|
95
|
+
|
|
96
|
+
export { HomeAssistantJavaScriptTemplatesRenderer, HomeAssistantJavaScriptTemplates as default };
|
|
97
|
+
export type { Hass, HassConnection, HomeAssistant };
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getPromisableResult as t}from"get-promisable-result";var e=function(){return e=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var s in e=arguments[n])Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s]);return t},e.apply(this,arguments)};function n(t,e,n){if(n||2===arguments.length)for(var i,s=0,r=e.length;s<r;s++)!i&&s in e||(i||(i=Array.prototype.slice.call(e,0,s)),i[s]=e[s]);return t.concat(i||Array.prototype.slice.call(e))}"function"==typeof SuppressedError&&SuppressedError;var i,s,r,a,o="[home-assistant-javascript-templates]",c=/^([a-z_]+)\.(\w+)$/;!function(t){t.UNKNOWN="unknown",t.UNAVAILABLE="unavailable"}(i||(i={})),function(t){t.AREA_ID="area_id",t.NAME="name"}(s||(s={})),function(t){t.PANEL_URL="panel_url",t.LANG="lang"}(r||(r={})),function(t){t.LOCATION_CHANGED="location-changed",t.TRANSLATIONS_UPDATED="translations-updated",t.POPSTATE="popstate",t.SUBSCRIBE_EVENTS="subscribe_events",t.STATE_CHANGE_EVENT="state_changed"}(a||(a={}));var u=function(t){return t.reduce(function(t,e){var n=e[0],i=e[1];return t[n.replace(c,"$2")]=i,t},{})},d=function(t){return t.includes(".")},h="ref",_="value",p="toJSON",f=function(t){return"".concat(h,".").concat(t)};function v(t,e,n){var c=function(){return Object.entries(t.hass.areas)},v=function(){return Object.entries(t.hass.devices)},l=function(){return Object.entries(t.hass.entities)},b=new Set,y=new Map,g=function(t,e){n&&console.warn("".concat(t," ").concat(e," used in a JavaScript template doesn't exist"))},m=function(t){return g("Entity",t)},w=function(t){return g("Domain",t)},E=function(t){var i=new SyntaxError(t);if(e)throw i;n&&console.warn(i)},A=function(e){t.hass.states[e]?b.add(e):m(e)},N=function(t){b.add(t)},T=function(e,n){var i=n.with_unit,s=void 0!==i&&i,r=n.rounded,a=void 0!==r&&r;if(e){var o=e.state,c=e.attributes.unit_of_measurement,u=Number(a),d=!1===a||isNaN(Number(o))?o:new Intl.NumberFormat(t.hass.language,{minimumFractionDigits:u,maximumFractionDigits:u}).format(Number(o));return s&&c?"".concat(d," ").concat(c):d}},S=function(t){return new Proxy(t,{get:function(t,e){return"state_with_unit"===e?T(t,{rounded:!0,with_unit:!0}):t[e]}})};return{get hass(){return t.hass},states:new Proxy(function(e,n){if(void 0===n&&(n={}),d(e))return A(e),T(t.hass.states[e],n);throw SyntaxError("".concat(o,": states method cannot be used with a domain, use it as an object instead."))},{get:function(e,n){if(d(n))return A(n),S(t.hass.states[n]);var i=Object.entries(t.hass.states).filter(function(t){return t[0].startsWith(n)});return i.length||w(n),new Proxy(u(i),{get:function(t,e){return A("".concat(n,".").concat(e)),S(t[e])}})}}),state_translated:function(e){if(A(e),t.hass.states[e])return t.hass.formatEntityState(t.hass.states[e])},is_state:function(e,n){var i;return A(e),Array.isArray(n)?n.some(function(n){var i;return(null===(i=t.hass.states[e])||void 0===i?void 0:i.state)===n}):(null===(i=t.hass.states[e])||void 0===i?void 0:i.state)===n},state_attr:function(e,n){var i,s;return A(e),null===(s=null===(i=t.hass.states[e])||void 0===i?void 0:i.attributes)||void 0===s?void 0:s[n]},is_state_attr:function(t,e,n){return this.state_attr(t,e)===n},has_value:function(t){return this.states(t)?!(this.is_state(t,i.UNKNOWN)||this.is_state(t,i.UNAVAILABLE)):(m(t),!1)},entities:new Proxy(function(e){if(void 0===e)return t.hass.entities;if(d(e))return A(e),t.hass.entities[e];var n=l().filter(function(t){return t[0].startsWith(e)});return n.length||w(e),new Proxy(u(n),{get:function(t,n){return A("".concat(e,".").concat(n)),t[n]}})},{get:function(t,e){return t(e)}}),entity_prop:function(e,n){var i;return A(e),null===(i=t.hass.entities[e])||void 0===i?void 0:i[n]},is_entity_prop:function(t,e,n){return this.entity_prop(t,e)===n},devices:new Proxy(function(e){if(void 0===e)return t.hass.devices;if(d(e))throw SyntaxError("".concat(o,": devices method cannot be used with an entity id, you should use a device id instead."));return t.hass.devices[e]},{get:function(e,n){if(d(n))throw SyntaxError("".concat(o,": devices cannot be accesed using an entity id, you should use a device id instead."));return t.hass.devices[n]}}),device_attr:function(e,n){var i,s,r;if(d(e)){A(e);var a=null===(i=t.hass.entities[e])||void 0===i?void 0:i.device_id;return null===(s=t.hass.devices[a])||void 0===s?void 0:s[n]}return null===(r=t.hass.devices[e])||void 0===r?void 0:r[n]},is_device_attr:function(t,e,n){return this.device_attr(t,e)===n},device_id:function(e){var n;if(d(e))return A(e),null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;var i=v().find(function(t){return t[1].name===e});return null==i?void 0:i[0]},device_name:function(e){var n,i,s;if(d(e)){A(e);var r=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;return null===(i=t.hass.devices[r])||void 0===i?void 0:i.name}return null===(s=t.hass.devices[e])||void 0===s?void 0:s.name},areas:function(){return c().map(function(t){return t[1].area_id})},area_id:function(e){var n,i;if(e in t.hass.devices)return this.device_attr(e,s.AREA_ID);var r=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;if(r)return this.device_attr(r,s.AREA_ID);var a=c().find(function(t){return t[1].name===e});return null===(i=null==a?void 0:a[1])||void 0===i?void 0:i.area_id},area_name:function(e){var n,i,r;e in t.hass.devices&&(r=this.device_attr(e,s.AREA_ID));var a=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;a&&(r=this.device_attr(a,s.AREA_ID));var o=c().find(function(t){var n=t[1];return n.area_id===e||n.area_id===r});return null===(i=null==o?void 0:o[1])||void 0===i?void 0:i.name},area_entities:function(t){var e=c().find(function(e){var n=e[1];return n.area_id===t||n.name===t});return e?l().filter(function(t){return t[1].area_id===e[1].area_id}).map(function(t){return t[0]}):[]},area_devices:function(t){var e=c().find(function(e){var n=e[1];return n.area_id===t||n.name===t});return e?v().filter(function(t){return t[1].area_id===e[1].area_id}).map(function(t){return t[1].id}):[]},get user_name(){return t.hass.user.name},get user_is_admin(){return t.hass.user.is_admin},get user_is_owner(){return t.hass.user.is_owner},get user_agent(){return window.navigator.userAgent},get tracked(){return b},cleanTracked:function(){b.clear()},ref:function(t,e,n){var i;void 0===n&&(n=void 0);var s=f(e);if(y.has(e))return y.get(e);var r=new Proxy(((i={})[_]=n,i[p]=function(){return this[_]},i),{get:function(t,e,n){if(e===_||e===p)return N(s),Reflect.get(t,e,n);E("".concat(e," is not a valid ").concat(h," property. A ").concat(h,' only exposes a "').concat(_,'" property'))},set:function(e,n,i){if(n===_){var r=e[_];return e[_]=i,t({event_type:a.STATE_CHANGE_EVENT,data:{entity_id:s,old_state:{state:JSON.stringify(r)},new_state:{state:JSON.stringify(i)}}}),!0}return E('property "'.concat(n,'" cannot be set in a ').concat(h)),!1}});return y.set(e,r),r},unref:function(t,e){var n=f(e);y.has(e)?(y.delete(e),t(n)):E("".concat(e," is not a ref or it has been unrefed already"))},refs:function(t,e,n){void 0===n&&(n={});var i=this.ref,s=this.unref,r=new Proxy(n,{get:function(e,n){return i(t,n).value},set:function(e,n,s){return i(t,n).value=s,!0}});return Object.entries(n).forEach(function(n){var r=n[0],a=n[1];y.has(r)&&s(e,r),i(t,r,a)}),r},cleanRefs:function(t){var e=this;Array.from(y.keys()).forEach(function(n){e.unref(t,n)})},clientSideProxy:new Proxy({},{get:function(e,i){switch(Object.values(r).includes(i)&&N(i),i){case r.PANEL_URL:return window.location.pathname;case r.LANG:return t.hass.language}n&&console.warn("clientSideProxy should only be used to access these variables: ".concat(Object.values(r).join(", ")))}})}}var l=function(){function t(t,e){var n=e.throwErrors,i=void 0!==n&&n,s=e.throwWarnings,a=void 0===s||s,o=e.variables,c=void 0===o?{}:o,u=e.refs,d=void 0===u?{}:u,h=e.refsVariableName,_=void 0===h?"refs":h,p=e.autoReturn,f=void 0===p||p;this._throwErrors=i,this._throwWarnings=a,this._variables=c,this._refsVariableName=_,this._autoReturn=f,this._subscriptions=new Map,this._clientSideEntitiesRegExp=new RegExp("(^|[ \\?(+:\\{\\[><,])(".concat(Object.values(r).join("|"),")($|[ \\?)+:\\}\\]><.,])"),"gm"),this._scopped=v(t,i,a),this.refs=d,this._watchForPanelUrlChange(),this._watchForEntitiesChange(),this._watchForLanguageChange()}return t.prototype._executeRenderingFunctions=function(t){var e=this;this._subscriptions.get(t).forEach(function(t,n){t.forEach(function(t,i){e.trackTemplate(n,i,t)})})},t.prototype._watchForPanelUrlChange=function(){var t=this;window.addEventListener(a.LOCATION_CHANGED,function(){t._panelUrlWatchCallback()}),window.addEventListener(a.POPSTATE,function(){t._panelUrlWatchCallback()})},t.prototype._panelUrlWatchCallback=function(){this._subscriptions.has(r.PANEL_URL)&&this._executeRenderingFunctions(r.PANEL_URL)},t.prototype._watchForEntitiesChange=function(){var t=this;window.hassConnection.then(function(e){e.conn.subscribeMessage(function(e){return t._entityWatchCallback(e)},{type:a.SUBSCRIBE_EVENTS,event_type:a.STATE_CHANGE_EVENT})})},t.prototype._watchForLanguageChange=function(){var t=this;window.addEventListener(a.TRANSLATIONS_UPDATED,function(){t._subscriptions.has(r.LANG)&&t._executeRenderingFunctions(r.LANG)})},t.prototype._entityWatchCallback=function(t){if(this._subscriptions.size){var e=t.data.entity_id;this._subscriptions.has(e)&&this._executeRenderingFunctions(e)}},t.prototype._storeTracked=function(t,e,n){var i=this;this._scopped.tracked.forEach(function(s){var r=[e,n];if(i._subscriptions.has(s)){var a=i._subscriptions.get(s);if(a.has(t)){var o=a.get(t);o.has(e)||o.set.apply(o,r)}else a.set(t,new Map([r]))}else i._subscriptions.set(s,new Map([[t,new Map([r])]]))})},t.prototype._untrackTemplate=function(t,e){var n=this;this._subscriptions.forEach(function(i,s){if(i.has(t)){var r=i.get(t);r.delete(e),0===r.size&&(i.delete(t),0===i.size&&n._subscriptions.delete(s))}})},t.prototype.renderTemplate=function(t,i){void 0===i&&(i={});try{var s=i.variables,r=void 0===s?{}:s,a=i.refs,o=void 0===a?{}:a,c=new Map(Object.entries(e(e({},this._variables),r))),u=t.trim().replace(this._clientSideEntitiesRegExp,"$1clientSide.$2$3"),d=u.includes("return")||!this._autoReturn?u:"return ".concat(u);return(new(Function.bind.apply(Function,n(n([void 0,"hass","states","state_translated","is_state","state_attr","is_state_attr","has_value","entities","entity_prop","is_entity_prop","devices","device_attr","is_device_attr","device_id","device_name","areas","area_id","area_name","area_entities","area_devices","user_name","user_is_admin","user_is_owner","user_agent","clientSide","ref","unref",this._refsVariableName],Array.from(c.keys()),!1),["".concat('"use strict";'," ").concat(d)],!1)))).apply(void 0,n([this._scopped.hass,this._scopped.states,this._scopped.state_translated.bind(this._scopped),this._scopped.is_state.bind(this._scopped),this._scopped.state_attr.bind(this._scopped),this._scopped.is_state_attr.bind(this._scopped),this._scopped.has_value.bind(this._scopped),this._scopped.entities,this._scopped.entity_prop,this._scopped.is_entity_prop.bind(this._scopped),this._scopped.devices,this._scopped.device_attr.bind(this._scopped),this._scopped.is_device_attr.bind(this._scopped),this._scopped.device_id.bind(this._scopped),this._scopped.device_name.bind(this._scopped),this._scopped.areas.bind(this._scopped),this._scopped.area_id.bind(this._scopped),this._scopped.area_name.bind(this._scopped),this._scopped.area_entities.bind(this._scopped),this._scopped.area_devices.bind(this._scopped),this._scopped.user_name,this._scopped.user_is_admin,this._scopped.user_is_owner,this._scopped.user_agent,this._scopped.clientSideProxy,this._scopped.ref.bind(this._scopped,this._entityWatchCallback.bind(this)),this._scopped.unref.bind(this._scopped,this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),o)],Array.from(c.values()),!1))}catch(t){if(this._throwErrors)throw t;return void(this._throwWarnings&&console.warn(t))}},t.prototype.trackTemplate=function(t,e,n){var i=this;void 0===n&&(n={}),this._scopped.cleanTracked();var s=this.renderTemplate(t,n);return this._storeTracked(t,e,n),e(s),function(){return i._untrackTemplate(t,e)}},t.prototype.cleanTracked=function(t){t?this._subscriptions.has(t)&&this._subscriptions.delete(t):this._subscriptions.clear()},Object.defineProperty(t.prototype,"variables",{get:function(){return this._variables},set:function(t){this._variables=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"refs",{get:function(){return this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this))},set:function(t){this._scopped.cleanRefs(this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),t)},enumerable:!1,configurable:!0}),t}(),b=function(){function e(e,n){void 0===n&&(n={}),this._renderer=t(function(){return e.hass},function(t){return!!(t&&t.areas&&t.devices&&t.entities&&t.states&&t.user)},{retries:100,delay:50,rejectMessage:"The provided element doesn't contain a proper or initialised hass object"}).then(function(){return new l(e,n)})}return e.prototype.getRenderer=function(){return this._renderer},e}();export{b as default};
|
|
1
|
+
import{getPromisableResult as e}from"get-promisable-result";const t="[home-assistant-javascript-templates]",s=/^([a-z_]+)\.(\w+)$/;var i,a,n,r;!function(e){e.UNKNOWN="unknown",e.UNAVAILABLE="unavailable"}(i||(i={})),function(e){e.AREA_ID="area_id",e.NAME="name"}(a||(a={})),function(e){e.PANEL_URL="panel_url",e.LANG="lang"}(n||(n={})),function(e){e.LOCATION_CHANGED="location-changed",e.TRANSLATIONS_UPDATED="translations-updated",e.POPSTATE="popstate",e.SUBSCRIBE_EVENTS="subscribe_events",e.STATE_CHANGE_EVENT="state_changed"}(r||(r={}));const d="refs",o=e=>e.reduce((e,t)=>{const[i,a]=t;return e[i.replace(s,"$2")]=a,e},{}),c=e=>e.includes("."),h="ref",_="value",u="toJSON",p=e=>`${h}.${e}`;function l(e,s,d){const l=()=>Object.entries(e.hass.areas),v=()=>Object.entries(e.hass.devices),b=()=>Object.entries(e.hass.entities),f=new Set,g=new Map,m=(e,t)=>{d&&console.warn(`${e} ${t} used in a JavaScript template doesn't exist`)},w=e=>m("Entity",e),E=e=>m("Domain",e),y=e=>{const t=new SyntaxError(e);if(s)throw t;d&&console.warn(t)},A=t=>{e.hass.states[t]?f.add(t):w(t)},N=e=>{f.add(e)},T=(t,s)=>{const{with_unit:i=!1,rounded:a=!1}=s;if(t){const s=t.state,n=t.attributes.unit_of_measurement,r=Number(a),d=!1===a||isNaN(Number(s))?s:new Intl.NumberFormat(e.hass.language,{minimumFractionDigits:r,maximumFractionDigits:r}).format(Number(s));return i&&n?`${d} ${n}`:d}},S=e=>new Proxy(e,{get:(e,t)=>"state_with_unit"===t?T(e,{rounded:!0,with_unit:!0}):e[t]});return{get hass(){return e.hass},states:new Proxy((s,i={})=>{if(c(s))return A(s),T(e.hass.states[s],i);throw SyntaxError(`${t}: states method cannot be used with a domain, use it as an object instead.`)},{get(t,s){if(c(s))return A(s),S(e.hass.states[s]);const i=Object.entries(e.hass.states).filter(([e])=>e.startsWith(s));return i.length||E(s),new Proxy(o(i),{get:(e,t)=>(A(`${s}.${t}`),S(e[t]))})}}),state_translated(t){if(A(t),e.hass.states[t])return e.hass.formatEntityState(e.hass.states[t])},is_state(t,s){var i;return A(t),Array.isArray(s)?s.some(s=>{var i;return(null===(i=e.hass.states[t])||void 0===i?void 0:i.state)===s}):(null===(i=e.hass.states[t])||void 0===i?void 0:i.state)===s},state_attr(t,s){var i,a;return A(t),null===(a=null===(i=e.hass.states[t])||void 0===i?void 0:i.attributes)||void 0===a?void 0:a[s]},is_state_attr(e,t,s){return this.state_attr(e,t)===s},has_value(e){return this.states(e)?!(this.is_state(e,i.UNKNOWN)||this.is_state(e,i.UNAVAILABLE)):(w(e),!1)},entities:new Proxy(t=>{if(void 0===t)return e.hass.entities;if(c(t))return A(t),e.hass.entities[t];const s=b().filter(([e])=>e.startsWith(t));return s.length||E(t),new Proxy(o(s),{get:(e,s)=>(A(`${t}.${s}`),e[s])})},{get:(e,t)=>e(t)}),entity_prop(t,s){var i;return A(t),null===(i=e.hass.entities[t])||void 0===i?void 0:i[s]},is_entity_prop(e,t,s){return this.entity_prop(e,t)===s},devices:new Proxy(s=>{if(void 0===s)return e.hass.devices;if(c(s))throw SyntaxError(`${t}: devices method cannot be used with an entity id, you should use a device id instead.`);return e.hass.devices[s]},{get(s,i){if(c(i))throw SyntaxError(`${t}: devices cannot be accesed using an entity id, you should use a device id instead.`);return e.hass.devices[i]}}),device_attr(t,s){var i,a,n;if(c(t)){A(t);const n=null===(i=e.hass.entities[t])||void 0===i?void 0:i.device_id;return null===(a=e.hass.devices[n])||void 0===a?void 0:a[s]}return null===(n=e.hass.devices[t])||void 0===n?void 0:n[s]},is_device_attr(e,t,s){return this.device_attr(e,t)===s},device_id(t){var s;if(c(t))return A(t),null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;const i=v().find(e=>e[1].name===t);return null==i?void 0:i[0]},device_name(t){var s,i,a,n,r;if(c(t)){A(t);const n=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;return null!==(a=null===(i=e.hass.devices[n])||void 0===i?void 0:i.name)&&void 0!==a?a:void 0}return null!==(r=null===(n=e.hass.devices[t])||void 0===n?void 0:n.name)&&void 0!==r?r:void 0},areas:()=>l().map(([,e])=>e.area_id),area_id(t){var s,i;if(t in e.hass.devices)return this.device_attr(t,a.AREA_ID);const n=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;if(n)return this.device_attr(n,a.AREA_ID);const r=l().find(([,e])=>e.name===t);return null===(i=null==r?void 0:r[1])||void 0===i?void 0:i.area_id},area_name(t){var s,i;let n;t in e.hass.devices&&(n=this.device_attr(t,a.AREA_ID));const r=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;r&&(n=this.device_attr(r,a.AREA_ID));const d=l().find(([,e])=>e.area_id===t||e.area_id===n);return null===(i=null==d?void 0:d[1])||void 0===i?void 0:i.name},area_entities(e){const t=l().find(([,t])=>t.area_id===e||t.name===e);return t?b().filter(([,e])=>e.area_id===t[1].area_id).map(([e])=>e):[]},area_devices(e){const t=l().find(([,t])=>t.area_id===e||t.name===e);return t?v().filter(([,e])=>e.area_id===t[1].area_id).map(([,e])=>e.id):[]},get user_name(){return e.hass.user.name},get user_is_admin(){return e.hass.user.is_admin},get user_is_owner(){return e.hass.user.is_owner},get user_agent(){return window.navigator.userAgent},get tracked(){return f},cleanTracked(){f.clear()},ref(e,t,s=void 0){const i=p(t);if(g.has(t))return g.get(t);const a=new Proxy({[_]:s,[u](){return this[_]}},{get(e,t,s){if(t===_||t===u)return N(i),Reflect.get(e,t,s);y(`${t} is not a valid ${h} property. A ${h} only exposes a "${_}" property`)},set(t,s,a){if(s===_){const s=t[_];return t[_]=a,e({event_type:r.STATE_CHANGE_EVENT,data:{entity_id:i,old_state:{state:JSON.stringify(s)},new_state:{state:JSON.stringify(a)}}}),!0}return y(`property "${s}" cannot be set in a ${h}`),!1}});return g.set(t,a),a},unref(e,t){const s=p(t);g.has(t)?(g.delete(t),e(s)):y(`${t} is not a ref or it has been unrefed already`)},refs(e,t,s={}){const i=this.ref,a=this.unref,n=new Proxy(s,{get:(t,s)=>i(e,s).value,set:(t,s,a)=>(i(e,s).value=a,!0)});return Object.entries(s).forEach(s=>{const[n,r]=s;g.has(n)&&a(t,n),i(e,n,r)}),n},cleanRefs(e){Array.from(g.keys()).forEach(t=>{this.unref(e,t)})},clientSideProxy:new Proxy({},{get(t,s){switch(Object.values(n).includes(s)&&N(s),s){case n.PANEL_URL:return window.location.pathname;case n.LANG:return e.hass.language}d&&console.warn(`clientSideProxy should only be used to access these variables: ${Object.values(n).join(", ")}`)}})}}class v{constructor(e,t){const{throwErrors:s=!1,throwWarnings:i=!0,variables:a={},refs:r={},refsVariableName:o=d,autoReturn:c=!0}=t;this._throwErrors=s,this._throwWarnings=i,this._variables=a,this._refsVariableName=o,this._autoReturn=c,this._subscriptions=new Map,this._clientSideEntitiesRegExp=new RegExp(`(^|[ \\?(+:\\{\\[><,])(${Object.values(n).join("|")})($|[ \\?)+:\\}\\]><.,])`,"gm"),this._scopped=l(e,s,i),this.refs=r,this._watchForPanelUrlChange(),this._watchForEntitiesChange(),this._watchForLanguageChange()}_executeRenderingFunctions(e){this._subscriptions.get(e).forEach((e,t)=>{e.forEach((e,s)=>{this.trackTemplate(t,s,e)})})}_watchForPanelUrlChange(){window.addEventListener(r.LOCATION_CHANGED,()=>{this._panelUrlWatchCallback()}),window.addEventListener(r.POPSTATE,()=>{this._panelUrlWatchCallback()})}_panelUrlWatchCallback(){this._subscriptions.has(n.PANEL_URL)&&this._executeRenderingFunctions(n.PANEL_URL)}_watchForEntitiesChange(){window.hassConnection.then(e=>{e.conn.subscribeMessage(e=>this._entityWatchCallback(e),{type:r.SUBSCRIBE_EVENTS,event_type:r.STATE_CHANGE_EVENT})})}_watchForLanguageChange(){window.addEventListener(r.TRANSLATIONS_UPDATED,()=>{this._subscriptions.has(n.LANG)&&this._executeRenderingFunctions(n.LANG)})}_entityWatchCallback(e){if(this._subscriptions.size){const t=e.data.entity_id;this._subscriptions.has(t)&&this._executeRenderingFunctions(t)}}_storeTracked(e,t,s){this._scopped.tracked.forEach(i=>{const a=[t,s];if(this._subscriptions.has(i)){const s=this._subscriptions.get(i);if(s.has(e)){const i=s.get(e);i.has(t)||i.set(...a)}else s.set(e,new Map([a]))}else this._subscriptions.set(i,new Map([[e,new Map([a])]]))})}_untrackTemplate(e,t){this._subscriptions.forEach((s,i)=>{if(s.has(e)){const a=s.get(e);a.delete(t),0===a.size&&(s.delete(e),0===s.size&&this._subscriptions.delete(i))}})}renderTemplate(e,t={}){try{const{variables:s={},refs:i={}}=t,a=new Map(Object.entries(Object.assign(Object.assign({},this._variables),s))),n=e.trim().replace(this._clientSideEntitiesRegExp,"$1clientSide.$2$3"),r=n.includes("return")||!this._autoReturn?n:`return ${n}`;return new Function("hass","states","state_translated","is_state","state_attr","is_state_attr","has_value","entities","entity_prop","is_entity_prop","devices","device_attr","is_device_attr","device_id","device_name","areas","area_id","area_name","area_entities","area_devices","user_name","user_is_admin","user_is_owner","user_agent","clientSide","ref","unref",this._refsVariableName,...Array.from(a.keys()),`"use strict"; ${r}`)(this._scopped.hass,this._scopped.states,this._scopped.state_translated.bind(this._scopped),this._scopped.is_state.bind(this._scopped),this._scopped.state_attr.bind(this._scopped),this._scopped.is_state_attr.bind(this._scopped),this._scopped.has_value.bind(this._scopped),this._scopped.entities,this._scopped.entity_prop,this._scopped.is_entity_prop.bind(this._scopped),this._scopped.devices,this._scopped.device_attr.bind(this._scopped),this._scopped.is_device_attr.bind(this._scopped),this._scopped.device_id.bind(this._scopped),this._scopped.device_name.bind(this._scopped),this._scopped.areas.bind(this._scopped),this._scopped.area_id.bind(this._scopped),this._scopped.area_name.bind(this._scopped),this._scopped.area_entities.bind(this._scopped),this._scopped.area_devices.bind(this._scopped),this._scopped.user_name,this._scopped.user_is_admin,this._scopped.user_is_owner,this._scopped.user_agent,this._scopped.clientSideProxy,this._scopped.ref.bind(this._scopped,this._entityWatchCallback.bind(this)),this._scopped.unref.bind(this._scopped,this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),i),...Array.from(a.values()))}catch(e){if(this._throwErrors)throw e;return void(this._throwWarnings&&console.warn(e))}}trackTemplate(e,t,s={}){this._scopped.cleanTracked();const i=this.renderTemplate(e,s);return this._storeTracked(e,t,s),t(i),()=>this._untrackTemplate(e,t)}cleanTracked(e){e?this._subscriptions.has(e)&&this._subscriptions.delete(e):this._subscriptions.clear()}get variables(){return this._variables}set variables(e){this._variables=e}get refs(){return this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this))}set refs(e){this._scopped.cleanRefs(this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),e)}}class b{constructor(t,s={}){this._renderer=e(()=>t.hass,e=>!!(e&&e.areas&&e.devices&&e.entities&&e.states&&e.user),{retries:100,delay:50,rejectMessage:"The provided element doesn't contain a proper or initialised hass object"}).then(()=>new v(t,s))}getRenderer(){return this._renderer}}export{b as default};
|
package/dist/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ interface Extras {
|
|
|
60
60
|
variables?: Vars;
|
|
61
61
|
refs?: Vars;
|
|
62
62
|
}
|
|
63
|
+
|
|
63
64
|
declare class HomeAssistantJavaScriptTemplatesRenderer {
|
|
64
65
|
constructor(ha: HomeAssistant, options: Options);
|
|
65
66
|
private _throwErrors;
|
|
@@ -91,5 +92,6 @@ declare class HomeAssistantJavaScriptTemplates {
|
|
|
91
92
|
private _renderer;
|
|
92
93
|
getRenderer(): Promise<HomeAssistantJavaScriptTemplatesRenderer>;
|
|
93
94
|
}
|
|
94
|
-
|
|
95
|
-
export
|
|
95
|
+
|
|
96
|
+
export { HomeAssistantJavaScriptTemplatesRenderer, HomeAssistantJavaScriptTemplates as default };
|
|
97
|
+
export type { Hass, HassConnection, HomeAssistant };
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var t=require("get-promisable-result"),e=function(){return e=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var s in e=arguments[n])Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s]);return t},e.apply(this,arguments)};function n(t,e,n){if(n||2===arguments.length)for(var i,s=0,r=e.length;s<r;s++)!i&&s in e||(i||(i=Array.prototype.slice.call(e,0,s)),i[s]=e[s]);return t.concat(i||Array.prototype.slice.call(e))}"function"==typeof SuppressedError&&SuppressedError;var i,s,r,a,o="[home-assistant-javascript-templates]",c=/^([a-z_]+)\.(\w+)$/;!function(t){t.UNKNOWN="unknown",t.UNAVAILABLE="unavailable"}(i||(i={})),function(t){t.AREA_ID="area_id",t.NAME="name"}(s||(s={})),function(t){t.PANEL_URL="panel_url",t.LANG="lang"}(r||(r={})),function(t){t.LOCATION_CHANGED="location-changed",t.TRANSLATIONS_UPDATED="translations-updated",t.POPSTATE="popstate",t.SUBSCRIBE_EVENTS="subscribe_events",t.STATE_CHANGE_EVENT="state_changed"}(a||(a={}));var u=function(t){return t.reduce(function(t,e){var n=e[0],i=e[1];return t[n.replace(c,"$2")]=i,t},{})},d=function(t){return t.includes(".")},h="ref",_="value",p="toJSON",f=function(t){return"".concat(h,".").concat(t)};function v(t,e,n){var c=function(){return Object.entries(t.hass.areas)},v=function(){return Object.entries(t.hass.devices)},l=function(){return Object.entries(t.hass.entities)},b=new Set,y=new Map,g=function(t,e){n&&console.warn("".concat(t," ").concat(e," used in a JavaScript template doesn't exist"))},m=function(t){return g("Entity",t)},w=function(t){return g("Domain",t)},E=function(t){var i=new SyntaxError(t);if(e)throw i;n&&console.warn(i)},A=function(e){t.hass.states[e]?b.add(e):m(e)},N=function(t){b.add(t)},T=function(e,n){var i=n.with_unit,s=void 0!==i&&i,r=n.rounded,a=void 0!==r&&r;if(e){var o=e.state,c=e.attributes.unit_of_measurement,u=Number(a),d=!1===a||isNaN(Number(o))?o:new Intl.NumberFormat(t.hass.language,{minimumFractionDigits:u,maximumFractionDigits:u}).format(Number(o));return s&&c?"".concat(d," ").concat(c):d}},S=function(t){return new Proxy(t,{get:function(t,e){return"state_with_unit"===e?T(t,{rounded:!0,with_unit:!0}):t[e]}})};return{get hass(){return t.hass},states:new Proxy(function(e,n){if(void 0===n&&(n={}),d(e))return A(e),T(t.hass.states[e],n);throw SyntaxError("".concat(o,": states method cannot be used with a domain, use it as an object instead."))},{get:function(e,n){if(d(n))return A(n),S(t.hass.states[n]);var i=Object.entries(t.hass.states).filter(function(t){return t[0].startsWith(n)});return i.length||w(n),new Proxy(u(i),{get:function(t,e){return A("".concat(n,".").concat(e)),S(t[e])}})}}),state_translated:function(e){if(A(e),t.hass.states[e])return t.hass.formatEntityState(t.hass.states[e])},is_state:function(e,n){var i;return A(e),Array.isArray(n)?n.some(function(n){var i;return(null===(i=t.hass.states[e])||void 0===i?void 0:i.state)===n}):(null===(i=t.hass.states[e])||void 0===i?void 0:i.state)===n},state_attr:function(e,n){var i,s;return A(e),null===(s=null===(i=t.hass.states[e])||void 0===i?void 0:i.attributes)||void 0===s?void 0:s[n]},is_state_attr:function(t,e,n){return this.state_attr(t,e)===n},has_value:function(t){return this.states(t)?!(this.is_state(t,i.UNKNOWN)||this.is_state(t,i.UNAVAILABLE)):(m(t),!1)},entities:new Proxy(function(e){if(void 0===e)return t.hass.entities;if(d(e))return A(e),t.hass.entities[e];var n=l().filter(function(t){return t[0].startsWith(e)});return n.length||w(e),new Proxy(u(n),{get:function(t,n){return A("".concat(e,".").concat(n)),t[n]}})},{get:function(t,e){return t(e)}}),entity_prop:function(e,n){var i;return A(e),null===(i=t.hass.entities[e])||void 0===i?void 0:i[n]},is_entity_prop:function(t,e,n){return this.entity_prop(t,e)===n},devices:new Proxy(function(e){if(void 0===e)return t.hass.devices;if(d(e))throw SyntaxError("".concat(o,": devices method cannot be used with an entity id, you should use a device id instead."));return t.hass.devices[e]},{get:function(e,n){if(d(n))throw SyntaxError("".concat(o,": devices cannot be accesed using an entity id, you should use a device id instead."));return t.hass.devices[n]}}),device_attr:function(e,n){var i,s,r;if(d(e)){A(e);var a=null===(i=t.hass.entities[e])||void 0===i?void 0:i.device_id;return null===(s=t.hass.devices[a])||void 0===s?void 0:s[n]}return null===(r=t.hass.devices[e])||void 0===r?void 0:r[n]},is_device_attr:function(t,e,n){return this.device_attr(t,e)===n},device_id:function(e){var n;if(d(e))return A(e),null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;var i=v().find(function(t){return t[1].name===e});return null==i?void 0:i[0]},device_name:function(e){var n,i,s;if(d(e)){A(e);var r=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;return null===(i=t.hass.devices[r])||void 0===i?void 0:i.name}return null===(s=t.hass.devices[e])||void 0===s?void 0:s.name},areas:function(){return c().map(function(t){return t[1].area_id})},area_id:function(e){var n,i;if(e in t.hass.devices)return this.device_attr(e,s.AREA_ID);var r=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;if(r)return this.device_attr(r,s.AREA_ID);var a=c().find(function(t){return t[1].name===e});return null===(i=null==a?void 0:a[1])||void 0===i?void 0:i.area_id},area_name:function(e){var n,i,r;e in t.hass.devices&&(r=this.device_attr(e,s.AREA_ID));var a=null===(n=t.hass.entities[e])||void 0===n?void 0:n.device_id;a&&(r=this.device_attr(a,s.AREA_ID));var o=c().find(function(t){var n=t[1];return n.area_id===e||n.area_id===r});return null===(i=null==o?void 0:o[1])||void 0===i?void 0:i.name},area_entities:function(t){var e=c().find(function(e){var n=e[1];return n.area_id===t||n.name===t});return e?l().filter(function(t){return t[1].area_id===e[1].area_id}).map(function(t){return t[0]}):[]},area_devices:function(t){var e=c().find(function(e){var n=e[1];return n.area_id===t||n.name===t});return e?v().filter(function(t){return t[1].area_id===e[1].area_id}).map(function(t){return t[1].id}):[]},get user_name(){return t.hass.user.name},get user_is_admin(){return t.hass.user.is_admin},get user_is_owner(){return t.hass.user.is_owner},get user_agent(){return window.navigator.userAgent},get tracked(){return b},cleanTracked:function(){b.clear()},ref:function(t,e,n){var i;void 0===n&&(n=void 0);var s=f(e);if(y.has(e))return y.get(e);var r=new Proxy(((i={})[_]=n,i[p]=function(){return this[_]},i),{get:function(t,e,n){if(e===_||e===p)return N(s),Reflect.get(t,e,n);E("".concat(e," is not a valid ").concat(h," property. A ").concat(h,' only exposes a "').concat(_,'" property'))},set:function(e,n,i){if(n===_){var r=e[_];return e[_]=i,t({event_type:a.STATE_CHANGE_EVENT,data:{entity_id:s,old_state:{state:JSON.stringify(r)},new_state:{state:JSON.stringify(i)}}}),!0}return E('property "'.concat(n,'" cannot be set in a ').concat(h)),!1}});return y.set(e,r),r},unref:function(t,e){var n=f(e);y.has(e)?(y.delete(e),t(n)):E("".concat(e," is not a ref or it has been unrefed already"))},refs:function(t,e,n){void 0===n&&(n={});var i=this.ref,s=this.unref,r=new Proxy(n,{get:function(e,n){return i(t,n).value},set:function(e,n,s){return i(t,n).value=s,!0}});return Object.entries(n).forEach(function(n){var r=n[0],a=n[1];y.has(r)&&s(e,r),i(t,r,a)}),r},cleanRefs:function(t){var e=this;Array.from(y.keys()).forEach(function(n){e.unref(t,n)})},clientSideProxy:new Proxy({},{get:function(e,i){switch(Object.values(r).includes(i)&&N(i),i){case r.PANEL_URL:return window.location.pathname;case r.LANG:return t.hass.language}n&&console.warn("clientSideProxy should only be used to access these variables: ".concat(Object.values(r).join(", ")))}})}}var l=function(){function t(t,e){var n=e.throwErrors,i=void 0!==n&&n,s=e.throwWarnings,a=void 0===s||s,o=e.variables,c=void 0===o?{}:o,u=e.refs,d=void 0===u?{}:u,h=e.refsVariableName,_=void 0===h?"refs":h,p=e.autoReturn,f=void 0===p||p;this._throwErrors=i,this._throwWarnings=a,this._variables=c,this._refsVariableName=_,this._autoReturn=f,this._subscriptions=new Map,this._clientSideEntitiesRegExp=new RegExp("(^|[ \\?(+:\\{\\[><,])(".concat(Object.values(r).join("|"),")($|[ \\?)+:\\}\\]><.,])"),"gm"),this._scopped=v(t,i,a),this.refs=d,this._watchForPanelUrlChange(),this._watchForEntitiesChange(),this._watchForLanguageChange()}return t.prototype._executeRenderingFunctions=function(t){var e=this;this._subscriptions.get(t).forEach(function(t,n){t.forEach(function(t,i){e.trackTemplate(n,i,t)})})},t.prototype._watchForPanelUrlChange=function(){var t=this;window.addEventListener(a.LOCATION_CHANGED,function(){t._panelUrlWatchCallback()}),window.addEventListener(a.POPSTATE,function(){t._panelUrlWatchCallback()})},t.prototype._panelUrlWatchCallback=function(){this._subscriptions.has(r.PANEL_URL)&&this._executeRenderingFunctions(r.PANEL_URL)},t.prototype._watchForEntitiesChange=function(){var t=this;window.hassConnection.then(function(e){e.conn.subscribeMessage(function(e){return t._entityWatchCallback(e)},{type:a.SUBSCRIBE_EVENTS,event_type:a.STATE_CHANGE_EVENT})})},t.prototype._watchForLanguageChange=function(){var t=this;window.addEventListener(a.TRANSLATIONS_UPDATED,function(){t._subscriptions.has(r.LANG)&&t._executeRenderingFunctions(r.LANG)})},t.prototype._entityWatchCallback=function(t){if(this._subscriptions.size){var e=t.data.entity_id;this._subscriptions.has(e)&&this._executeRenderingFunctions(e)}},t.prototype._storeTracked=function(t,e,n){var i=this;this._scopped.tracked.forEach(function(s){var r=[e,n];if(i._subscriptions.has(s)){var a=i._subscriptions.get(s);if(a.has(t)){var o=a.get(t);o.has(e)||o.set.apply(o,r)}else a.set(t,new Map([r]))}else i._subscriptions.set(s,new Map([[t,new Map([r])]]))})},t.prototype._untrackTemplate=function(t,e){var n=this;this._subscriptions.forEach(function(i,s){if(i.has(t)){var r=i.get(t);r.delete(e),0===r.size&&(i.delete(t),0===i.size&&n._subscriptions.delete(s))}})},t.prototype.renderTemplate=function(t,i){void 0===i&&(i={});try{var s=i.variables,r=void 0===s?{}:s,a=i.refs,o=void 0===a?{}:a,c=new Map(Object.entries(e(e({},this._variables),r))),u=t.trim().replace(this._clientSideEntitiesRegExp,"$1clientSide.$2$3"),d=u.includes("return")||!this._autoReturn?u:"return ".concat(u);return(new(Function.bind.apply(Function,n(n([void 0,"hass","states","state_translated","is_state","state_attr","is_state_attr","has_value","entities","entity_prop","is_entity_prop","devices","device_attr","is_device_attr","device_id","device_name","areas","area_id","area_name","area_entities","area_devices","user_name","user_is_admin","user_is_owner","user_agent","clientSide","ref","unref",this._refsVariableName],Array.from(c.keys()),!1),["".concat('"use strict";'," ").concat(d)],!1)))).apply(void 0,n([this._scopped.hass,this._scopped.states,this._scopped.state_translated.bind(this._scopped),this._scopped.is_state.bind(this._scopped),this._scopped.state_attr.bind(this._scopped),this._scopped.is_state_attr.bind(this._scopped),this._scopped.has_value.bind(this._scopped),this._scopped.entities,this._scopped.entity_prop,this._scopped.is_entity_prop.bind(this._scopped),this._scopped.devices,this._scopped.device_attr.bind(this._scopped),this._scopped.is_device_attr.bind(this._scopped),this._scopped.device_id.bind(this._scopped),this._scopped.device_name.bind(this._scopped),this._scopped.areas.bind(this._scopped),this._scopped.area_id.bind(this._scopped),this._scopped.area_name.bind(this._scopped),this._scopped.area_entities.bind(this._scopped),this._scopped.area_devices.bind(this._scopped),this._scopped.user_name,this._scopped.user_is_admin,this._scopped.user_is_owner,this._scopped.user_agent,this._scopped.clientSideProxy,this._scopped.ref.bind(this._scopped,this._entityWatchCallback.bind(this)),this._scopped.unref.bind(this._scopped,this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),o)],Array.from(c.values()),!1))}catch(t){if(this._throwErrors)throw t;return void(this._throwWarnings&&console.warn(t))}},t.prototype.trackTemplate=function(t,e,n){var i=this;void 0===n&&(n={}),this._scopped.cleanTracked();var s=this.renderTemplate(t,n);return this._storeTracked(t,e,n),e(s),function(){return i._untrackTemplate(t,e)}},t.prototype.cleanTracked=function(t){t?this._subscriptions.has(t)&&this._subscriptions.delete(t):this._subscriptions.clear()},Object.defineProperty(t.prototype,"variables",{get:function(){return this._variables},set:function(t){this._variables=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"refs",{get:function(){return this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this))},set:function(t){this._scopped.cleanRefs(this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),t)},enumerable:!1,configurable:!0}),t}(),b=function(){function e(e,n){void 0===n&&(n={}),this._renderer=t.getPromisableResult(function(){return e.hass},function(t){return!!(t&&t.areas&&t.devices&&t.entities&&t.states&&t.user)},{retries:100,delay:50,rejectMessage:"The provided element doesn't contain a proper or initialised hass object"}).then(function(){return new l(e,n)})}return e.prototype.getRenderer=function(){return this._renderer},e}();module.exports=b;
|
|
1
|
+
"use strict";var e=require("get-promisable-result");const t="[home-assistant-javascript-templates]",s=/^([a-z_]+)\.(\w+)$/;var i,a,n,r;!function(e){e.UNKNOWN="unknown",e.UNAVAILABLE="unavailable"}(i||(i={})),function(e){e.AREA_ID="area_id",e.NAME="name"}(a||(a={})),function(e){e.PANEL_URL="panel_url",e.LANG="lang"}(n||(n={})),function(e){e.LOCATION_CHANGED="location-changed",e.TRANSLATIONS_UPDATED="translations-updated",e.POPSTATE="popstate",e.SUBSCRIBE_EVENTS="subscribe_events",e.STATE_CHANGE_EVENT="state_changed"}(r||(r={}));const d="refs",o=e=>e.reduce((e,t)=>{const[i,a]=t;return e[i.replace(s,"$2")]=a,e},{}),c=e=>e.includes("."),h="ref",_="value",u="toJSON",p=e=>`${h}.${e}`;function l(e,s,d){const l=()=>Object.entries(e.hass.areas),v=()=>Object.entries(e.hass.devices),b=()=>Object.entries(e.hass.entities),f=new Set,g=new Map,m=(e,t)=>{d&&console.warn(`${e} ${t} used in a JavaScript template doesn't exist`)},w=e=>m("Entity",e),E=e=>m("Domain",e),y=e=>{const t=new SyntaxError(e);if(s)throw t;d&&console.warn(t)},A=t=>{e.hass.states[t]?f.add(t):w(t)},N=e=>{f.add(e)},T=(t,s)=>{const{with_unit:i=!1,rounded:a=!1}=s;if(t){const s=t.state,n=t.attributes.unit_of_measurement,r=Number(a),d=!1===a||isNaN(Number(s))?s:new Intl.NumberFormat(e.hass.language,{minimumFractionDigits:r,maximumFractionDigits:r}).format(Number(s));return i&&n?`${d} ${n}`:d}},S=e=>new Proxy(e,{get:(e,t)=>"state_with_unit"===t?T(e,{rounded:!0,with_unit:!0}):e[t]});return{get hass(){return e.hass},states:new Proxy((s,i={})=>{if(c(s))return A(s),T(e.hass.states[s],i);throw SyntaxError(`${t}: states method cannot be used with a domain, use it as an object instead.`)},{get(t,s){if(c(s))return A(s),S(e.hass.states[s]);const i=Object.entries(e.hass.states).filter(([e])=>e.startsWith(s));return i.length||E(s),new Proxy(o(i),{get:(e,t)=>(A(`${s}.${t}`),S(e[t]))})}}),state_translated(t){if(A(t),e.hass.states[t])return e.hass.formatEntityState(e.hass.states[t])},is_state(t,s){var i;return A(t),Array.isArray(s)?s.some(s=>{var i;return(null===(i=e.hass.states[t])||void 0===i?void 0:i.state)===s}):(null===(i=e.hass.states[t])||void 0===i?void 0:i.state)===s},state_attr(t,s){var i,a;return A(t),null===(a=null===(i=e.hass.states[t])||void 0===i?void 0:i.attributes)||void 0===a?void 0:a[s]},is_state_attr(e,t,s){return this.state_attr(e,t)===s},has_value(e){return this.states(e)?!(this.is_state(e,i.UNKNOWN)||this.is_state(e,i.UNAVAILABLE)):(w(e),!1)},entities:new Proxy(t=>{if(void 0===t)return e.hass.entities;if(c(t))return A(t),e.hass.entities[t];const s=b().filter(([e])=>e.startsWith(t));return s.length||E(t),new Proxy(o(s),{get:(e,s)=>(A(`${t}.${s}`),e[s])})},{get:(e,t)=>e(t)}),entity_prop(t,s){var i;return A(t),null===(i=e.hass.entities[t])||void 0===i?void 0:i[s]},is_entity_prop(e,t,s){return this.entity_prop(e,t)===s},devices:new Proxy(s=>{if(void 0===s)return e.hass.devices;if(c(s))throw SyntaxError(`${t}: devices method cannot be used with an entity id, you should use a device id instead.`);return e.hass.devices[s]},{get(s,i){if(c(i))throw SyntaxError(`${t}: devices cannot be accesed using an entity id, you should use a device id instead.`);return e.hass.devices[i]}}),device_attr(t,s){var i,a,n;if(c(t)){A(t);const n=null===(i=e.hass.entities[t])||void 0===i?void 0:i.device_id;return null===(a=e.hass.devices[n])||void 0===a?void 0:a[s]}return null===(n=e.hass.devices[t])||void 0===n?void 0:n[s]},is_device_attr(e,t,s){return this.device_attr(e,t)===s},device_id(t){var s;if(c(t))return A(t),null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;const i=v().find(e=>e[1].name===t);return null==i?void 0:i[0]},device_name(t){var s,i,a,n,r;if(c(t)){A(t);const n=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;return null!==(a=null===(i=e.hass.devices[n])||void 0===i?void 0:i.name)&&void 0!==a?a:void 0}return null!==(r=null===(n=e.hass.devices[t])||void 0===n?void 0:n.name)&&void 0!==r?r:void 0},areas:()=>l().map(([,e])=>e.area_id),area_id(t){var s,i;if(t in e.hass.devices)return this.device_attr(t,a.AREA_ID);const n=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;if(n)return this.device_attr(n,a.AREA_ID);const r=l().find(([,e])=>e.name===t);return null===(i=null==r?void 0:r[1])||void 0===i?void 0:i.area_id},area_name(t){var s,i;let n;t in e.hass.devices&&(n=this.device_attr(t,a.AREA_ID));const r=null===(s=e.hass.entities[t])||void 0===s?void 0:s.device_id;r&&(n=this.device_attr(r,a.AREA_ID));const d=l().find(([,e])=>e.area_id===t||e.area_id===n);return null===(i=null==d?void 0:d[1])||void 0===i?void 0:i.name},area_entities(e){const t=l().find(([,t])=>t.area_id===e||t.name===e);return t?b().filter(([,e])=>e.area_id===t[1].area_id).map(([e])=>e):[]},area_devices(e){const t=l().find(([,t])=>t.area_id===e||t.name===e);return t?v().filter(([,e])=>e.area_id===t[1].area_id).map(([,e])=>e.id):[]},get user_name(){return e.hass.user.name},get user_is_admin(){return e.hass.user.is_admin},get user_is_owner(){return e.hass.user.is_owner},get user_agent(){return window.navigator.userAgent},get tracked(){return f},cleanTracked(){f.clear()},ref(e,t,s=void 0){const i=p(t);if(g.has(t))return g.get(t);const a=new Proxy({[_]:s,[u](){return this[_]}},{get(e,t,s){if(t===_||t===u)return N(i),Reflect.get(e,t,s);y(`${t} is not a valid ${h} property. A ${h} only exposes a "${_}" property`)},set(t,s,a){if(s===_){const s=t[_];return t[_]=a,e({event_type:r.STATE_CHANGE_EVENT,data:{entity_id:i,old_state:{state:JSON.stringify(s)},new_state:{state:JSON.stringify(a)}}}),!0}return y(`property "${s}" cannot be set in a ${h}`),!1}});return g.set(t,a),a},unref(e,t){const s=p(t);g.has(t)?(g.delete(t),e(s)):y(`${t} is not a ref or it has been unrefed already`)},refs(e,t,s={}){const i=this.ref,a=this.unref,n=new Proxy(s,{get:(t,s)=>i(e,s).value,set:(t,s,a)=>(i(e,s).value=a,!0)});return Object.entries(s).forEach(s=>{const[n,r]=s;g.has(n)&&a(t,n),i(e,n,r)}),n},cleanRefs(e){Array.from(g.keys()).forEach(t=>{this.unref(e,t)})},clientSideProxy:new Proxy({},{get(t,s){switch(Object.values(n).includes(s)&&N(s),s){case n.PANEL_URL:return window.location.pathname;case n.LANG:return e.hass.language}d&&console.warn(`clientSideProxy should only be used to access these variables: ${Object.values(n).join(", ")}`)}})}}class v{constructor(e,t){const{throwErrors:s=!1,throwWarnings:i=!0,variables:a={},refs:r={},refsVariableName:o=d,autoReturn:c=!0}=t;this._throwErrors=s,this._throwWarnings=i,this._variables=a,this._refsVariableName=o,this._autoReturn=c,this._subscriptions=new Map,this._clientSideEntitiesRegExp=new RegExp(`(^|[ \\?(+:\\{\\[><,])(${Object.values(n).join("|")})($|[ \\?)+:\\}\\]><.,])`,"gm"),this._scopped=l(e,s,i),this.refs=r,this._watchForPanelUrlChange(),this._watchForEntitiesChange(),this._watchForLanguageChange()}_executeRenderingFunctions(e){this._subscriptions.get(e).forEach((e,t)=>{e.forEach((e,s)=>{this.trackTemplate(t,s,e)})})}_watchForPanelUrlChange(){window.addEventListener(r.LOCATION_CHANGED,()=>{this._panelUrlWatchCallback()}),window.addEventListener(r.POPSTATE,()=>{this._panelUrlWatchCallback()})}_panelUrlWatchCallback(){this._subscriptions.has(n.PANEL_URL)&&this._executeRenderingFunctions(n.PANEL_URL)}_watchForEntitiesChange(){window.hassConnection.then(e=>{e.conn.subscribeMessage(e=>this._entityWatchCallback(e),{type:r.SUBSCRIBE_EVENTS,event_type:r.STATE_CHANGE_EVENT})})}_watchForLanguageChange(){window.addEventListener(r.TRANSLATIONS_UPDATED,()=>{this._subscriptions.has(n.LANG)&&this._executeRenderingFunctions(n.LANG)})}_entityWatchCallback(e){if(this._subscriptions.size){const t=e.data.entity_id;this._subscriptions.has(t)&&this._executeRenderingFunctions(t)}}_storeTracked(e,t,s){this._scopped.tracked.forEach(i=>{const a=[t,s];if(this._subscriptions.has(i)){const s=this._subscriptions.get(i);if(s.has(e)){const i=s.get(e);i.has(t)||i.set(...a)}else s.set(e,new Map([a]))}else this._subscriptions.set(i,new Map([[e,new Map([a])]]))})}_untrackTemplate(e,t){this._subscriptions.forEach((s,i)=>{if(s.has(e)){const a=s.get(e);a.delete(t),0===a.size&&(s.delete(e),0===s.size&&this._subscriptions.delete(i))}})}renderTemplate(e,t={}){try{const{variables:s={},refs:i={}}=t,a=new Map(Object.entries(Object.assign(Object.assign({},this._variables),s))),n=e.trim().replace(this._clientSideEntitiesRegExp,"$1clientSide.$2$3"),r=n.includes("return")||!this._autoReturn?n:`return ${n}`;return new Function("hass","states","state_translated","is_state","state_attr","is_state_attr","has_value","entities","entity_prop","is_entity_prop","devices","device_attr","is_device_attr","device_id","device_name","areas","area_id","area_name","area_entities","area_devices","user_name","user_is_admin","user_is_owner","user_agent","clientSide","ref","unref",this._refsVariableName,...Array.from(a.keys()),`"use strict"; ${r}`)(this._scopped.hass,this._scopped.states,this._scopped.state_translated.bind(this._scopped),this._scopped.is_state.bind(this._scopped),this._scopped.state_attr.bind(this._scopped),this._scopped.is_state_attr.bind(this._scopped),this._scopped.has_value.bind(this._scopped),this._scopped.entities,this._scopped.entity_prop,this._scopped.is_entity_prop.bind(this._scopped),this._scopped.devices,this._scopped.device_attr.bind(this._scopped),this._scopped.is_device_attr.bind(this._scopped),this._scopped.device_id.bind(this._scopped),this._scopped.device_name.bind(this._scopped),this._scopped.areas.bind(this._scopped),this._scopped.area_id.bind(this._scopped),this._scopped.area_name.bind(this._scopped),this._scopped.area_entities.bind(this._scopped),this._scopped.area_devices.bind(this._scopped),this._scopped.user_name,this._scopped.user_is_admin,this._scopped.user_is_owner,this._scopped.user_agent,this._scopped.clientSideProxy,this._scopped.ref.bind(this._scopped,this._entityWatchCallback.bind(this)),this._scopped.unref.bind(this._scopped,this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),i),...Array.from(a.values()))}catch(e){if(this._throwErrors)throw e;return void(this._throwWarnings&&console.warn(e))}}trackTemplate(e,t,s={}){this._scopped.cleanTracked();const i=this.renderTemplate(e,s);return this._storeTracked(e,t,s),t(i),()=>this._untrackTemplate(e,t)}cleanTracked(e){e?this._subscriptions.has(e)&&this._subscriptions.delete(e):this._subscriptions.clear()}get variables(){return this._variables}set variables(e){this._variables=e}get refs(){return this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this))}set refs(e){this._scopped.cleanRefs(this.cleanTracked.bind(this)),this._scopped.refs(this._entityWatchCallback.bind(this),this.cleanTracked.bind(this),e)}}module.exports=class{constructor(t,s={}){this._renderer=e.getPromisableResult(()=>t.hass,e=>!!(e&&e.areas&&e.devices&&e.entities&&e.states&&e.user),{retries:100,delay:50,rejectMessage:"The provided element doesn't contain a proper or initialised hass object"}).then(()=>new v(t,s))}getRenderer(){return this._renderer}};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "home-assistant-javascript-templates",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "A JavaScript utility to render Home Assistant JavaScript templates",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"home-assistant",
|
|
@@ -46,21 +46,26 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@rollup/plugin-terser": "^1.0.0",
|
|
49
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
49
50
|
"@types/jest": "^30.0.0",
|
|
50
|
-
"@types/node": "^25.
|
|
51
|
+
"@types/node": "^25.5.0",
|
|
51
52
|
"get-promisable-result": "^1.0.2",
|
|
52
|
-
"jest": "^30.
|
|
53
|
-
"jest-environment-jsdom": "^30.
|
|
53
|
+
"jest": "^30.3.0",
|
|
54
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
54
55
|
"jest-location-mock": "^3.0.0",
|
|
55
|
-
"rollup": "^4.
|
|
56
|
-
"rollup-plugin-
|
|
56
|
+
"rollup": "^4.60.0",
|
|
57
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
58
|
+
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
57
59
|
"ts-jest": "^29.4.6",
|
|
58
60
|
"tslib": "^2.8.1",
|
|
59
|
-
"typescript": "^
|
|
61
|
+
"typescript": "^6.0.2"
|
|
60
62
|
},
|
|
61
63
|
"dependencies": {
|
|
62
64
|
"get-promisable-result": "^1.0.2"
|
|
63
65
|
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"get-promisable-result": "^1.0.2"
|
|
68
|
+
},
|
|
64
69
|
"pnpm": {
|
|
65
70
|
"overrides": {
|
|
66
71
|
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
|