Updates to turn off Tesla Updates at start up. #1075

This commit is contained in:
ccostan 2021-07-13 12:16:02 -04:00
parent 256a7e1037
commit 58cc6d5407
5 changed files with 58 additions and 54 deletions

View File

@ -1 +1 @@
2021.7.1
2021.7.2

View File

@ -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:

View File

@ -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