Reduce the number of calls in the logbook.

This commit is contained in:
ccostan
2022-06-21 10:36:35 -04:00
parent e5b9075bc1
commit cf085ad159
7 changed files with 17 additions and 284 deletions

View File

@@ -16,24 +16,11 @@
who: 'carlo'
apns_id: 'information'
- service: homeassistant.update_entity
entity_id: binary_sensor.updater
- service: homeassistant.turn_off
entity_id:
- light.hallway_lights
#- switch.spaceship_update_switch - Tesla integration was removed.
- service: mqtt.publish
data:
topic: "garadget/GSmall/command"
payload: "get-status"
- service: mqtt.publish
data:
topic: "garadget/GLarge/command"
payload: "get-status"
- service: group.set
data:
object_id: "arriving"
@@ -50,5 +37,4 @@
title: "Home Assistant Restarted"
data:
type: announce
#method: all
message: "Home Assistant has been restarted."