mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Cleanup fixes and some BS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user