Some additional Code to Fix #796
This commit is contained in:
parent
eed5b6b187
commit
2cbe28bb7d
|
@ -15,6 +15,9 @@
|
|||
who: 'carlo'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: homeassistant.update_entity
|
||||
entity_id: binary_sensor.updater
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: light.hallway_lights
|
||||
|
||||
|
|
|
@ -60,3 +60,6 @@
|
|||
- input_boolean.medicine
|
||||
- input_boolean.daylight_override
|
||||
- input_boolean.guest_mode
|
||||
|
||||
- service: homeassistant.update_entity #Look for a new Home Assistant Version
|
||||
entity_id: binary_sensor.updater
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
family:
|
||||
entities:
|
||||
- device_tracker.carlo
|
||||
- device_tracker.carlo_xsmax
|
||||
- device_tracker.stacey
|
||||
- device_tracker.stacey_6s
|
||||
|
||||
arriving:
|
||||
name: Arriving
|
||||
|
|
|
@ -42,12 +42,12 @@ sensor:
|
|||
name: "Large Garage Door Since"
|
||||
state_topic: "garadget/GLarge/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
unit_of_measurement: 'Minutes'
|
||||
unit_of_measurement: 'minutes'
|
||||
- platform: mqtt
|
||||
name: "Small Garage Door Since"
|
||||
state_topic: "garadget/GSmall/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
unit_of_measurement: 'Minutes'
|
||||
unit_of_measurement: 'minutes'
|
||||
|
||||
group:
|
||||
garage_doors: # This group is used to check if doors are open or Closed.
|
||||
|
|
|
@ -27,6 +27,8 @@ automation:
|
|||
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||
|
||||
action:
|
||||
- delay: '00:10:00'
|
||||
|
||||
- service: script.tweet_engine_no_image
|
||||
data_template:
|
||||
tweet: >
|
||||
|
|
Loading…
Reference in New Issue