Removed automations that were reaplced with utility meter
This commit is contained in:
parent
3c67e4d494
commit
97512da85d
|
@ -48,22 +48,6 @@ automation:
|
||||||
action:
|
action:
|
||||||
- service: homeassistant.update_entity
|
- service: homeassistant.update_entity
|
||||||
entity_id: sensor.school_tomorrow
|
entity_id: sensor.school_tomorrow
|
||||||
|
|
||||||
# Store Lightning count
|
|
||||||
- id: refresh_total_lightning_count
|
|
||||||
alias: Refresh Total Lightning Count
|
|
||||||
trigger:
|
|
||||||
- platform: time_pattern
|
|
||||||
minutes: /30
|
|
||||||
action:
|
|
||||||
- service: script.store_lightning_count
|
|
||||||
- id: refresh_total_rain_amount
|
|
||||||
alias: Refresh Total Rain Amount
|
|
||||||
trigger:
|
|
||||||
- platform: time
|
|
||||||
at: '23:59:00'
|
|
||||||
action:
|
|
||||||
- service: script.store_rain_total
|
|
||||||
|
|
||||||
|
|
||||||
# startup auotmations to update some custom sensors due to new order of home assistant firing up
|
# startup auotmations to update some custom sensors due to new order of home assistant firing up
|
||||||
|
|
Loading…
Reference in New Issue