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
|
- service: homeassistant.update_entity
|
||||||
entity_id: binary_sensor.updater
|
entity_id: binary_sensor.updater
|
||||||
|
|
||||||
- service: light.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id: light.hallway_lights
|
entity_id:
|
||||||
|
- light.hallway_lights
|
||||||
|
- switch.spaceship_update_switch
|
||||||
|
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -15,6 +15,8 @@ exclude:
|
||||||
- group
|
- group
|
||||||
- scene
|
- scene
|
||||||
# - script
|
# - script
|
||||||
|
entity_globs:
|
||||||
|
- sensor.*uptime*
|
||||||
entities:
|
entities:
|
||||||
- automation.update_garage_get_status
|
- automation.update_garage_get_status
|
||||||
- binary_sensor.camera1_motion_sensor
|
- 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