Skip to content

✨ New Domain Support: Valve

Choose a tag to compare

@cataseven cataseven released this 11 Apr 19:28
990fa3f

✨ Added

  • valve domain support — The card now supports Home Assistant's valve domain for controlling water, gas, and other valve devices.
    • Start → calls valve.open_valve
    • Stop → calls valve.close_valve
    • Active stateopen or opening
    • Available in the UI editor's entity picker alongside existing domains.

💡 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: false

Perfect for irrigation systems, water shut-off valves, gas valves, and any other valve-based automation with timed operation.