UNPKG

iobroker.lovelace

Version:

With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI

262 lines (250 loc) 22.5 kB
(self.webpackChunkhome_assistant_frontend=self.webpackChunkhome_assistant_frontend||[]).push([[1785],{81303:(e,t,r)=>{"use strict";r(8878);const i=customElements.get("paper-dropdown-menu");customElements.define("ha-paper-dropdown-menu",class extends i{ready(){super.ready(),setTimeout((()=>{"rtl"===window.getComputedStyle(this).direction&&(this.style.textAlign="right")}),100)}})},11785:(e,t,r)=>{"use strict";r.r(t);r(21157),r(53973),r(51095);var i=r(15652),a=r(81471),n=r(47181),s=r(40095),o=r(87744),l=(r(10983),r(50856)),c=r(28426),d=r(11052);class u extends((0,d.I)(c.H3)){static get template(){return l.d` <style include="iron-flex iron-flex-alignment"></style> <style> /* local DOM styles go here */ :host { @apply --layout-flex; @apply --layout-horizontal; @apply --layout-justified; } .in-flux#target_temperature { color: var(--error-color); } #target_temperature { @apply --layout-self-center; font-size: 200%; direction: ltr; } .control-buttons { font-size: 200%; text-align: right; } ha-icon-button { --mdc-icon-size: 32px; } </style> <!-- local DOM goes here --> <div id="target_temperature">[[value]] [[units]]</div> <div class="control-buttons"> <div> <ha-icon-button icon="hass:chevron-up" on-click="incrementValue" ></ha-icon-button> </div> <div> <ha-icon-button icon="hass:chevron-down" on-click="decrementValue" ></ha-icon-button> </div> </div> `}static get properties(){return{value:{type:Number,observer:"valueChanged"},units:{type:String},min:{type:Number},max:{type:Number},step:{type:Number,value:1}}}temperatureStateInFlux(e){this.$.target_temperature.classList.toggle("in-flux",e)}_round(e){const t=this.step.toString().split(".");return t[1]?parseFloat(e.toFixed(t[1].length)):Math.round(e)}incrementValue(){const e=this._round(this.value+this.step);this.value<this.max&&(this.last_changed=Date.now(),this.temperatureStateInFlux(!0)),e<=this.max?e<=this.min?this.value=this.min:this.value=e:this.value=this.max}decrementValue(){const e=this._round(this.value-this.step);this.value>this.min&&(this.last_changed=Date.now(),this.temperatureStateInFlux(!0)),e>=this.min?this.value=e:this.value=this.min}valueChanged(){this.last_changed&&window.setTimeout((()=>{Date.now()-this.last_changed>=2e3&&(this.fire("change"),this.temperatureStateInFlux(!1),this.last_changed=null)}),2010)}}customElements.define("ha-climate-control",u);r(81303),r(46998),r(43709);var h=r(74674);function p(){p=function(){return e};var e={elementsDefinitionOrder:[["method"],["field"]],initializeInstanceElements:function(e,t){["method","field"].forEach((function(r){t.forEach((function(t){t.kind===r&&"own"===t.placement&&this.defineClassElement(e,t)}),this)}),this)},initializeClassElements:function(e,t){var r=e.prototype;["method","field"].forEach((function(i){t.forEach((function(t){var a=t.placement;if(t.kind===i&&("static"===a||"prototype"===a)){var n="static"===a?e:r;this.defineClassElement(n,t)}}),this)}),this)},defineClassElement:function(e,t){var r=t.descriptor;if("field"===t.kind){var i=t.initializer;r={enumerable:r.enumerable,writable:r.writable,configurable:r.configurable,value:void 0===i?void 0:i.call(e)}}Object.defineProperty(e,t.key,r)},decorateClass:function(e,t){var r=[],i=[],a={static:[],prototype:[],own:[]};if(e.forEach((function(e){this.addElementPlacement(e,a)}),this),e.forEach((function(e){if(!v(e))return r.push(e);var t=this.decorateElement(e,a);r.push(t.element),r.push.apply(r,t.extras),i.push.apply(i,t.finishers)}),this),!t)return{elements:r,finishers:i};var n=this.decorateConstructor(r,t);return i.push.apply(i,n.finishers),n.finishers=i,n},addElementPlacement:function(e,t,r){var i=t[e.placement];if(!r&&-1!==i.indexOf(e.key))throw new TypeError("Duplicated element ("+e.key+")");i.push(e.key)},decorateElement:function(e,t){for(var r=[],i=[],a=e.decorators,n=a.length-1;n>=0;n--){var s=t[e.placement];s.splice(s.indexOf(e.key),1);var o=this.fromElementDescriptor(e),l=this.toElementFinisherExtras((0,a[n])(o)||o);e=l.element,this.addElementPlacement(e,t),l.finisher&&i.push(l.finisher);var c=l.extras;if(c){for(var d=0;d<c.length;d++)this.addElementPlacement(c[d],t);r.push.apply(r,c)}}return{element:e,finishers:i,extras:r}},decorateConstructor:function(e,t){for(var r=[],i=t.length-1;i>=0;i--){var a=this.fromClassDescriptor(e),n=this.toClassDescriptor((0,t[i])(a)||a);if(void 0!==n.finisher&&r.push(n.finisher),void 0!==n.elements){e=n.elements;for(var s=0;s<e.length-1;s++)for(var o=s+1;o<e.length;o++)if(e[s].key===e[o].key&&e[s].placement===e[o].placement)throw new TypeError("Duplicated element ("+e[s].key+")")}}return{elements:e,finishers:r}},fromElementDescriptor:function(e){var t={kind:e.kind,key:e.key,placement:e.placement,descriptor:e.descriptor};return Object.defineProperty(t,Symbol.toStringTag,{value:"Descriptor",configurable:!0}),"field"===e.kind&&(t.initializer=e.initializer),t},toElementDescriptors:function(e){var t;if(void 0!==e)return(t=e,function(e){if(Array.isArray(e))return e}(t)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(t)||function(e,t){if(e){if("string"==typeof e)return _(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_(e,t):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(e){var t=this.toElementDescriptor(e);return this.disallowProperty(e,"finisher","An element descriptor"),this.disallowProperty(e,"extras","An element descriptor"),t}),this)},toElementDescriptor:function(e){var t=String(e.kind);if("method"!==t&&"field"!==t)throw new TypeError('An element descriptor\'s .kind property must be either "method" or "field", but a decorator created an element descriptor with .kind "'+t+'"');var r=b(e.key),i=String(e.placement);if("static"!==i&&"prototype"!==i&&"own"!==i)throw new TypeError('An element descriptor\'s .placement property must be one of "static", "prototype" or "own", but a decorator created an element descriptor with .placement "'+i+'"');var a=e.descriptor;this.disallowProperty(e,"elements","An element descriptor");var n={kind:t,key:r,placement:i,descriptor:Object.assign({},a)};return"field"!==t?this.disallowProperty(e,"initializer","A method descriptor"):(this.disallowProperty(a,"get","The property descriptor of a field descriptor"),this.disallowProperty(a,"set","The property descriptor of a field descriptor"),this.disallowProperty(a,"value","The property descriptor of a field descriptor"),n.initializer=e.initializer),n},toElementFinisherExtras:function(e){return{element:this.toElementDescriptor(e),finisher:y(e,"finisher"),extras:this.toElementDescriptors(e.extras)}},fromClassDescriptor:function(e){var t={kind:"class",elements:e.map(this.fromElementDescriptor,this)};return Object.defineProperty(t,Symbol.toStringTag,{value:"Descriptor",configurable:!0}),t},toClassDescriptor:function(e){var t=String(e.kind);if("class"!==t)throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator created a class descriptor with .kind "'+t+'"');this.disallowProperty(e,"key","A class descriptor"),this.disallowProperty(e,"placement","A class descriptor"),this.disallowProperty(e,"descriptor","A class descriptor"),this.disallowProperty(e,"initializer","A class descriptor"),this.disallowProperty(e,"extras","A class descriptor");var r=y(e,"finisher");return{elements:this.toElementDescriptors(e.elements),finisher:r}},runClassFinishers:function(e,t){for(var r=0;r<t.length;r++){var i=(0,t[r])(e);if(void 0!==i){if("function"!=typeof i)throw new TypeError("Finishers must return a constructor.");e=i}}return e},disallowProperty:function(e,t,r){if(void 0!==e[t])throw new TypeError(r+" can't have a ."+t+" property.")}};return e}function m(e){var t,r=b(e.key);"method"===e.kind?t={value:e.value,writable:!0,configurable:!0,enumerable:!1}:"get"===e.kind?t={get:e.value,configurable:!0,enumerable:!1}:"set"===e.kind?t={set:e.value,configurable:!0,enumerable:!1}:"field"===e.kind&&(t={configurable:!0,writable:!0,enumerable:!0});var i={kind:"field"===e.kind?"field":"method",key:r,placement:e.static?"static":"field"===e.kind?"own":"prototype",descriptor:t};return e.decorators&&(i.decorators=e.decorators),"field"===e.kind&&(i.initializer=e.value),i}function f(e,t){void 0!==e.descriptor.get?t.descriptor.get=e.descriptor.get:t.descriptor.set=e.descriptor.set}function v(e){return e.decorators&&e.decorators.length}function g(e){return void 0!==e&&!(void 0===e.value&&void 0===e.writable)}function y(e,t){var r=e[t];if(void 0!==r&&"function"!=typeof r)throw new TypeError("Expected '"+t+"' to be a function");return r}function b(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function _(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r<t;r++)i[r]=e[r];return i}function w(e,t,r){return(w="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,t,r){var i=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=k(e)););return e}(e,t);if(i){var a=Object.getOwnPropertyDescriptor(i,t);return a.get?a.get.call(r):a.value}})(e,t,r||e)}function k(e){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}let $=function(e,t,r,i){var a=p();if(i)for(var n=0;n<i.length;n++)a=i[n](a);var s=t((function(e){a.initializeInstanceElements(e,o.elements)}),r),o=a.decorateClass(function(e){for(var t=[],r=function(e){return"method"===e.kind&&e.key===n.key&&e.placement===n.placement},i=0;i<e.length;i++){var a,n=e[i];if("method"===n.kind&&(a=t.find(r)))if(g(n.descriptor)||g(a.descriptor)){if(v(n)||v(a))throw new ReferenceError("Duplicated methods ("+n.key+") can't be decorated.");a.descriptor=n.descriptor}else{if(v(n)){if(v(a))throw new ReferenceError("Decorators can't be placed on different accessors with for the same property ("+n.key+").");a.decorators=n.decorators}f(n,a)}else t.push(n)}return t}(s.d.map(m)),e);return a.initializeClassElements(s.F,o.elements),a.runClassFinishers(s.F,o.finishers)}(null,(function(e,t){class r extends t{constructor(...t){super(...t),e(this)}}return{F:r,d:[{kind:"field",decorators:[(0,i.Cb)({attribute:!1})],key:"hass",value:void 0},{kind:"field",decorators:[(0,i.Cb)()],key:"stateObj",value:void 0},{kind:"field",key:"_resizeDebounce",value:void 0},{kind:"method",key:"render",value:function(){if(!this.stateObj)return i.dy``;const e=this.hass,t=this.stateObj,r=(0,s.e)(t,h.vz),n=(0,s.e)(t,h.xN),l=(0,s.e)(t,h.pD),c=(0,s.e)(t,h.LO),d=(0,s.e)(t,h.A7),u=(0,s.e)(t,h.Mu),p=(0,s.e)(t,h.zH),m=t.attributes.target_temp_step||(-1===e.config.unit_system.temperature.indexOf("F")?.5:1),f=(0,o.Zu)(e);return i.dy` <div class=${(0,a.$)({"has-current_temperature":"current_temperature"in t.attributes,"has-current_humidity":"current_humidity"in t.attributes,"has-target_temperature":r,"has-target_temperature_range":n,"has-target_humidity":l,"has-fan_mode":c,"has-swing_mode":u,"has-aux_heat":p,"has-preset_mode":d})} > <div class="container-temperature"> <div class=${t.state}> ${r||n?i.dy` <div> ${e.localize("ui.card.climate.target_temperature")} </div> `:""} ${void 0!==t.attributes.temperature&&null!==t.attributes.temperature?i.dy` <ha-climate-control .value=${t.attributes.temperature} .units=${e.config.unit_system.temperature} .step=${m} .min=${t.attributes.min_temp} .max=${t.attributes.max_temp} @change=${this._targetTemperatureChanged} ></ha-climate-control> `:""} ${void 0!==t.attributes.target_temp_low&&null!==t.attributes.target_temp_low||void 0!==t.attributes.target_temp_high&&null!==t.attributes.target_temp_high?i.dy` <ha-climate-control .value=${t.attributes.target_temp_low} .units=${e.config.unit_system.temperature} .step=${m} .min=${t.attributes.min_temp} .max=${t.attributes.target_temp_high} class="range-control-left" @change=${this._targetTemperatureLowChanged} ></ha-climate-control> <ha-climate-control .value=${t.attributes.target_temp_high} .units=${e.config.unit_system.temperature} .step=${m} .min=${t.attributes.target_temp_low} .max=${t.attributes.max_temp} class="range-control-right" @change=${this._targetTemperatureHighChanged} ></ha-climate-control> `:""} </div> </div> ${l?i.dy` <div class="container-humidity"> <div>${e.localize("ui.card.climate.target_humidity")}</div> <div class="single-row"> <div class="target-humidity"> ${t.attributes.humidity} % </div> <ha-slider class="humidity" step="1" pin ignore-bar-touch dir=${f} .min=${t.attributes.min_humidity} .max=${t.attributes.max_humidity} .secondaryProgress=${t.attributes.max_humidity} .value=${t.attributes.humidity} @change=${this._targetHumiditySliderChanged} > </ha-slider> </div> </div> `:""} <div class="container-hvac_modes"> <div class="controls"> <ha-paper-dropdown-menu label-float dynamic-align .label=${e.localize("ui.card.climate.operation")} > <paper-listbox slot="dropdown-content" attr-for-selected="item-name" .selected=${t.state} @selected-changed=${this._handleOperationmodeChanged} > ${t.attributes.hvac_modes.concat().sort(h.ZS).map((t=>i.dy` <paper-item item-name=${t}> ${e.localize("component.climate.state._."+t)} </paper-item> `))} </paper-listbox> </ha-paper-dropdown-menu> </div> </div> ${d?i.dy` <div class="container-preset_modes"> <ha-paper-dropdown-menu label-float dynamic-align .label=${e.localize("ui.card.climate.preset_mode")} > <paper-listbox slot="dropdown-content" attr-for-selected="item-name" .selected=${t.attributes.preset_mode} @selected-changed=${this._handlePresetmodeChanged} > ${t.attributes.preset_modes.map((t=>i.dy` <paper-item item-name=${t}> ${e.localize("state_attributes.climate.preset_mode."+t)||t} </paper-item> `))} </paper-listbox> </ha-paper-dropdown-menu> </div> `:""} ${c?i.dy` <div class="container-fan_list"> <ha-paper-dropdown-menu label-float dynamic-align .label=${e.localize("ui.card.climate.fan_mode")} > <paper-listbox slot="dropdown-content" attr-for-selected="item-name" .selected=${t.attributes.fan_mode} @selected-changed=${this._handleFanmodeChanged} > ${t.attributes.fan_modes.map((t=>i.dy` <paper-item item-name=${t}> ${e.localize("state_attributes.climate.fan_mode."+t)||t} </paper-item> `))} </paper-listbox> </ha-paper-dropdown-menu> </div> `:""} ${u?i.dy` <div class="container-swing_list"> <ha-paper-dropdown-menu label-float dynamic-align .label=${e.localize("ui.card.climate.swing_mode")} > <paper-listbox slot="dropdown-content" attr-for-selected="item-name" .selected=${t.attributes.swing_mode} @selected-changed=${this._handleSwingmodeChanged} > ${t.attributes.swing_modes.map((e=>i.dy` <paper-item item-name=${e}>${e}</paper-item> `))} </paper-listbox> </ha-paper-dropdown-menu> </div> `:""} ${p?i.dy` <div class="container-aux_heat"> <div class="center horizontal layout single-row"> <div class="flex"> ${e.localize("ui.card.climate.aux_heat")} </div> <ha-switch .checked=${"on"===t.attributes.aux_heat} @change=${this._auxToggleChanged} ></ha-switch> </div> </div> `:""} </div> `}},{kind:"method",key:"updated",value:function(e){w(k(r.prototype),"updated",this).call(this,e),e.has("stateObj")&&this.stateObj&&(this._resizeDebounce&&clearTimeout(this._resizeDebounce),this._resizeDebounce=window.setTimeout((()=>{(0,n.B)(this,"iron-resize"),this._resizeDebounce=void 0}),500))}},{kind:"method",key:"_targetTemperatureChanged",value:function(e){const t=e.target.value;this._callServiceHelper(this.stateObj.attributes.temperature,t,"set_temperature",{temperature:t})}},{kind:"method",key:"_targetTemperatureLowChanged",value:function(e){const t=e.currentTarget.value;this._callServiceHelper(this.stateObj.attributes.target_temp_low,t,"set_temperature",{target_temp_low:t,target_temp_high:this.stateObj.attributes.target_temp_high})}},{kind:"method",key:"_targetTemperatureHighChanged",value:function(e){const t=e.currentTarget.value;this._callServiceHelper(this.stateObj.attributes.target_temp_high,t,"set_temperature",{target_temp_low:this.stateObj.attributes.target_temp_low,target_temp_high:t})}},{kind:"method",key:"_targetHumiditySliderChanged",value:function(e){const t=e.target.value;this._callServiceHelper(this.stateObj.attributes.humidity,t,"set_humidity",{humidity:t})}},{kind:"method",key:"_auxToggleChanged",value:function(e){const t=e.target.checked;this._callServiceHelper("on"===this.stateObj.attributes.aux_heat,t,"set_aux_heat",{aux_heat:t})}},{kind:"method",key:"_handleFanmodeChanged",value:function(e){const t=e.detail.value;this._callServiceHelper(this.stateObj.attributes.fan_mode,t,"set_fan_mode",{fan_mode:t})}},{kind:"method",key:"_handleOperationmodeChanged",value:function(e){const t=e.detail.value;this._callServiceHelper(this.stateObj.state,t,"set_hvac_mode",{hvac_mode:t})}},{kind:"method",key:"_handleSwingmodeChanged",value:function(e){const t=e.detail.value;this._callServiceHelper(this.stateObj.attributes.swing_mode,t,"set_swing_mode",{swing_mode:t})}},{kind:"method",key:"_handlePresetmodeChanged",value:function(e){const t=e.detail.value||null;this._callServiceHelper(this.stateObj.attributes.preset_mode,t,"set_preset_mode",{preset_mode:t})}},{kind:"method",key:"_callServiceHelper",value:async function(e,t,r,i){if(e===t)return;i.entity_id=this.stateObj.entity_id;const a=this.stateObj;await this.hass.callService("climate",r,i),await new Promise((e=>setTimeout(e,2e3))),this.stateObj===a&&(this.stateObj=void 0,await this.updateComplete,void 0===this.stateObj&&(this.stateObj=a))}},{kind:"get",static:!0,key:"styles",value:function(){return i.iv` :host { color: var(--primary-text-color); } ha-paper-dropdown-menu { width: 100%; } paper-item { cursor: pointer; } ha-slider { width: 100%; } .container-humidity .single-row { display: flex; height: 50px; } .target-humidity { width: 90px; font-size: 200%; margin: auto; direction: ltr; } ha-climate-control.range-control-left, ha-climate-control.range-control-right { float: left; width: 46%; } ha-climate-control.range-control-left { margin-right: 4%; } ha-climate-control.range-control-right { margin-left: 4%; } .humidity { --paper-slider-active-color: var(--paper-blue-400); --paper-slider-secondary-color: var(--paper-blue-400); } .single-row { padding: 8px 0; } `}}]}}),i.oi);customElements.define("more-info-climate",$)},11052:(e,t,r)=>{"use strict";r.d(t,{I:()=>n});var i=r(76389),a=r(47181);const n=(0,i.o)((e=>class extends e{fire(e,t,r){return r=r||{},(0,a.B)(r.node||this,e,t,r)}}))}}]); //# sourceMappingURL=chunk.371a733ea032644f11d4.js.map