Disabled a couple of unused automations and scripts

This commit is contained in:
2022-11-22 12:36:48 -05:00
parent cbbb279027
commit 08c37feb4e

View File

@ -855,16 +855,16 @@ input_boolean:
name: Raining name: Raining
automation: automation:
- alias: 'record previous day rainfall' # - alias: 'record previous day rainfall'
trigger: # trigger:
- platform: time # - platform: time
at: '23:58:00' # at: '23:58:00'
action: # action:
service: mqtt.publish # service: mqtt.publish
data_template: # data_template:
topic: 'house/rain/yesterday_total' # topic: 'house/rain/yesterday_total'
retain: true # retain: true
payload: "{{ states('sensor.todays_rainfall') }}" # payload: "{{ states('sensor.todays_rainfall') }}"
- alias: Forecast Low Near Freezing - alias: Forecast Low Near Freezing
trigger: trigger:
@ -901,20 +901,20 @@ automation:
script: script:
refresh_weather_alert_sensors: # refresh_weather_alert_sensors:
sequence: # sequence:
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.tornado_warning # entity_id: sensor.tornado_warning
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.tornado_watch # entity_id: sensor.tornado_watch
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.tstorm_warning # entity_id: sensor.tstorm_warning
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.tstorm_watch # entity_id: sensor.tstorm_watch
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.flood_warning # entity_id: sensor.flood_warning
- service: homeassistant.update_entity # - service: homeassistant.update_entity
entity_id: sensor.flood_watch # entity_id: sensor.flood_watch
weather_briefing: weather_briefing:
sequence: sequence: