mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Lots of small changes....I need to get better at tracking changes
This commit is contained in:
@@ -57,6 +57,13 @@ automation:
|
||||
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
|
||||
@@ -76,3 +83,6 @@ automation:
|
||||
entity_id: sensor.today_is
|
||||
- service: homeassistant.update_entity
|
||||
entity_id: sensor.holiday
|
||||
- service: frontend.set_theme
|
||||
data:
|
||||
name: ios_dark_mode
|
||||
|
Reference in New Issue
Block a user