1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/homeassistant/components/humidifier/triggers.yaml
2025-12-19 16:38:30 +01:00

21 lines
421 B
YAML

.trigger_common: &trigger_common
target:
entity:
domain: humidifier
fields:
behavior:
required: true
default: any
selector:
select:
translation_key: trigger_behavior
options:
- first
- last
- any
started_drying: *trigger_common
started_humidifying: *trigger_common
turned_on: *trigger_common
turned_off: *trigger_common