44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
# --------------- IRRIGATION -------------
|
|
title: Irrigation
|
|
icon: mdi:water
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: markdown
|
|
content: >
|
|
# Irrigation
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: markdown
|
|
content: >
|
|
## Front Yard North
|
|
- type: entities
|
|
entities:
|
|
- entity: sensor.zone_1_last_run
|
|
icon: mdi:clock
|
|
- entity: sensor.zone_1_repeat
|
|
icon: mdi:timer
|
|
- entity: sensor.zone_1_next_run
|
|
icon: mdi:clock
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: entity-button
|
|
entity: switch.zone_1
|
|
icon: mdi:water
|
|
name: on/off
|
|
tap_action:
|
|
action: toggle
|
|
- type: entity-button
|
|
entity: switch.zone_1_timer
|
|
icon: mdi:timer
|
|
name: timer
|
|
tap_action:
|
|
action: toggle
|
|
- type: entity-button
|
|
name: set
|
|
entity: group.zone_1_set
|
|
tap_action:
|
|
action: more-info
|