I also find some bad indentation errors. Looks like they dont make any issues but just in case:
item_cycle_zone_duration_line.yaml
bad indentation of a sequence entry at line 221, column 19:
- entity: input_boolean.irrigation_cycle …
^
#=== Every Day
- !include
- item_cycle_zone_every_day_check_box.yaml
- entity: input_boolean.irrigation_cycle{{ cycle }}_zone{{ zone }}_every_day
cycles/page_cycles.yaml
- type: custom:hui-element
card_type: horizontal-stack
cards:
- !include
- ../garden_section_select_button.yaml
- entity: input_boolean.irrigation_ui_show_cycle1
name: "[[[ var entity_id = 'input_text.irrigation_cycle1_name'; return states[entity_id].state.toUpperCase(); ]]]"
section_cycle1_2_schedule.yaml
#=================
#=== CYCLE HEADER
#=================
- !include
- item_cycle_header.yaml
- cycle: {{ cycle }}
section_cycle3_schedule.yaml
#===================
#=== CYCLE 3 HEADER
#===================
- !include
- item_cycle_header.yaml
- cycle: 3
item_settings_notify_users.yaml
card:
!include
- ../item_settings_check_box_with_entity_icon.yaml
- entity: input_boolean.irrigation_notify_user1
name: "${'Notify ' + vars[0] + ' of events'}"
section_settings_general.yaml
#=== Irrigation Master Control switch
- !include
- ../item_settings_check_box_with_entity_icon.yaml
- entity: input_boolean.irrigation_master_control_switch
on_name: "System is ON"
off_name: "System is OFF"
page_settings.yaml
#=== GENERAL
- !include
- ../garden_section_select_button.yaml
- entity: input_boolean.irrigation_ui_show_general_settings
name: GENERAL
item_settings_smartweather_stations_used.yaml
#========================
#=== STATIONS TO INCLUDE
#========================
- !include
- item_settings_smartweather_check_box.yaml
- entity: input_boolean.smartweather_rainfall_use_location_1
section_settings_rainfall.yaml
#=== Number of days history
- !include
- ../item_settings_line.yaml
- entity: input_number.irrigation_days_of_rainfall_history_used
name: Number of days history to use
label: (0 to 4) If zero only rainfall today is used
round: 0
section_status_current_status.yaml
#=== CURRENT ZONE ACTIVITY
#=== Zone 1
- type: custom:hui-element
card_type: conditional
conditions:
- entity: timer.irrigation_zone1_timer
state: "active"
card:
!include
- item_status_current_activity_line.yaml
- entity: timer.irrigation_zone1_timer
zone: zone1
view_garden_version2.yaml
states:
cycle1:
!include
- templates/garden/cycles/section_cycle1_2_schedule.yaml
- cycle: 1
cycle2:
!include
- templates/garden/cycles/section_cycle1_2_schedule.yaml
- cycle: 2
cycle3:
!include templates/garden/cycles/section_cycle3_schedule.yaml