mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add new TURN_ON and TURN_OFF Climate feature flags (#19523)
This commit is contained in:
parent
64fc58ddd2
commit
0919f0e89e
@ -72,6 +72,8 @@ export const enum ClimateEntityFeature {
|
|||||||
PRESET_MODE = 16,
|
PRESET_MODE = 16,
|
||||||
SWING_MODE = 32,
|
SWING_MODE = 32,
|
||||||
AUX_HEAT = 64,
|
AUX_HEAT = 64,
|
||||||
|
TURN_OFF = 128,
|
||||||
|
TURN_ON = 256,
|
||||||
}
|
}
|
||||||
|
|
||||||
const hvacModeOrdering = HVAC_MODES.reduce(
|
const hvacModeOrdering = HVAC_MODES.reduce(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user