mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Use state selector for climate set hvac mode service
This commit is contained in:
parent
58bb2fa327
commit
081792b37e
@ -100,16 +100,10 @@ set_hvac_mode:
|
|||||||
fields:
|
fields:
|
||||||
hvac_mode:
|
hvac_mode:
|
||||||
selector:
|
selector:
|
||||||
select:
|
state:
|
||||||
options:
|
hide_states:
|
||||||
- "off"
|
- unavailable
|
||||||
- "auto"
|
- unknown
|
||||||
- "cool"
|
|
||||||
- "dry"
|
|
||||||
- "fan_only"
|
|
||||||
- "heat_cool"
|
|
||||||
- "heat"
|
|
||||||
translation_key: hvac_mode
|
|
||||||
set_swing_mode:
|
set_swing_mode:
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user