Fix temperature cards not syncing #24979
Annotations
4 errors
Lint and check format:
src/panels/lovelace/cards/hui-thermostat-card.ts#L94
'_error' is declared but its value is never read.
|
Lint and check format:
src/panels/lovelace/tile-features/hui-target-temperature-tile-feature.ts#L131
Property 'target_temp_high' does not exist on type '(HassEntityAttributeBase & { hvac_mode: "auto" | "heat" | "off" | "heat_cool" | "cool" | "dry" | "fan_only"; hvac_modes: ("auto" | "heat" | "off" | "heat_cool" | "cool" | "dry" | "fan_only")[]; ... 20 more ...; aux_heat?: "on" | ... 1 more ... | undefined; }) | (HassEntityAttributeBase & { ...; })'.
|
Lint and check format:
src/panels/lovelace/tile-features/hui-target-temperature-tile-feature.ts#L133
Property 'target_temp_low' does not exist on type '(HassEntityAttributeBase & { hvac_mode: "auto" | "heat" | "off" | "heat_cool" | "cool" | "dry" | "fan_only"; hvac_modes: ("auto" | "heat" | "off" | "heat_cool" | "cool" | "dry" | "fan_only")[]; ... 20 more ...; aux_heat?: "on" | ... 1 more ... | undefined; }) | (HassEntityAttributeBase & { ...; })'.
|
Lint and check format
Process completed with exit code 2.
|