Updates to turn off Tesla Updates at start up. #1075
This commit is contained in:
parent
256a7e1037
commit
58cc6d5407
|
@ -1 +1 @@
|
|||
2021.7.1
|
||||
2021.7.2
|
|
@ -19,8 +19,10 @@
|
|||
- service: homeassistant.update_entity
|
||||
entity_id: binary_sensor.updater
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: light.hallway_lights
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.hallway_lights
|
||||
- switch.spaceship_update_switch
|
||||
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
|
|
|
@ -15,6 +15,8 @@ exclude:
|
|||
- group
|
||||
- scene
|
||||
# - script
|
||||
entity_globs:
|
||||
- sensor.*uptime*
|
||||
entities:
|
||||
- automation.update_garage_get_status
|
||||
- binary_sensor.camera1_motion_sensor
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue