✨ New Domain Support: Valve
✨ Added
valvedomain support — The card now supports Home Assistant'svalvedomain for controlling water, gas, and other valve devices.- Start → calls
valve.open_valve - Stop → calls
valve.close_valve - Active state →
openoropening - Available in the UI editor's entity picker alongside existing domains.
- Start → calls
💡 Example
type: custom:switch-and-timer-bar-card
entities:
- name: Garden Valve
switch: valve.garden_water_valve
timer: timer.garden_valve
sensor: sensor.garden_valve_last_run
timer_and_entity_connected_via_automation: falsePerfect for irrigation systems, water shut-off valves, gas valves, and any other valve-based automation with timed operation.