CSC UI - Wrapper


Referring page: Custom Sprinkler Controller (CSC)

To keep the UI yaml more manageable I broke it up into into its functional areas. This page in Home Assistant is the gateway yaml that links those code areas together. Here’s more info on splitting files into packages.


YAML:

title: Irrigation
id: irrigation
icon: mdi:sprinkler
#visible:
#  - user: !secret user1
cards:

  - type: custom:vertical-stack-in-card
    cards:              
      - !include sprinklers/01_status_stack.yaml 

  - type: custom:vertical-stack-in-card
    cards:              
      - !include sprinklers/02_settings_stack.yaml 

  - type: custom:vertical-stack-in-card
    cards:              
      - !include sprinklers/03_weather_stack.yaml