Removed automations that were reaplced with utility meter
This commit is contained in:
parent
3c67e4d494
commit
97512da85d
|
@ -49,22 +49,6 @@ automation:
|
|||
- service: homeassistant.update_entity
|
||||
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
|
||||
- id: startup_automations
|
||||
|
|
Loading…
Reference in New Issue