homeassistant/archive/lovelace/bak.irrigation.yaml.
David Kebler d172ead1c1 reorganization of packages and lovelace - using storage mode with yaml dashboards
(working before upgrade to 118.5 which failed)
2020-12-08 19:58:32 -08:00

18 lines
430 B
Text

# lovelace_gen
# {% zones = [ '1':'Front North', '2':'Front South', '3':'Front Beds'} %}
icon: mdi:water
cards:
- type: vertical-stack
cards:
- type: markdown
content: >
# Irrigation
# {% for zone in zones %}
# - type: entity-button
# entity: switch.irrigation_zone_{{ zone }}
# icon: mdi:water
# name: zones[zone]
# tap_action:
# action: toggle
# {% endfor %}