🔨Migrate to Climate 1.0
This commit is contained in:
@@ -14,13 +14,13 @@ export class ClimateController extends Controller {
|
||||
}
|
||||
|
||||
get string() {
|
||||
if (this.stateObj.attributes.operation_mode === "off")
|
||||
if (this.stateObj.attributes.hvac_mode === "off")
|
||||
return this._hass.localize("state.climate.off");
|
||||
return `${this.value} ${this._hass.config.unit_system.temperature}`;
|
||||
}
|
||||
|
||||
get isOff() {
|
||||
return this.stateObj.attributes.operation_mode === "off";
|
||||
return this.stateObj.attributes.hvac_mode === "off";
|
||||
}
|
||||
|
||||
get _min() {
|
||||
|
||||
Reference in New Issue
Block a user