Cleanup fixes and some BS

This commit is contained in:
CeeWeasel
2025-06-23 14:14:04 -04:00
parent 2df7e719cd
commit 88900cf314
17 changed files with 150 additions and 416 deletions
@@ -359,21 +359,21 @@ template:
state: >
{{ states('binary_sensor.is_raining') }}
- trigger:
# - platform: homeassistant
# event: start
# - trigger:
# # - platform: homeassistant
# # event: start
# - platform: time
# at: '01:00:00'
# # - platform: time
# # at: '01:00:00'
# - platform: state
# entity_id: input_boolean.sprinkler_is_winterized
# # - platform: state
# # entity_id: input_boolean.sprinkler_is_winterized
binary_sensor:
- name: "Sprinkler: In Season"
unique_id: "custom_binary_sensor.sprinkler_in_season"
device_class: moisture
state: "{{ now().month > 4 and now().month < 10 }}"
# binary_sensor:
# - name: "Sprinkler: In Season"
# unique_id: "custom_binary_sensor.sprinkler_in_season"
# device_class: moisture
# state: "{{ now().month > 4 and now().month < 10 }}"
# - trigger:
# - platform: homeassistant