mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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,
|
||||
SWING_MODE = 32,
|
||||
AUX_HEAT = 64,
|
||||
TURN_OFF = 128,
|
||||
TURN_ON = 256,
|
||||
}
|
||||
|
||||
const hvacModeOrdering = HVAC_MODES.reduce(
|
||||
|
Loading…
x
Reference in New Issue
Block a user