mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-04-17 14:02:05 +00:00
Some additional Code to Fix #796
This commit is contained in:
parent
eed5b6b187
commit
2cbe28bb7d
@ -15,6 +15,9 @@
|
|||||||
who: 'carlo'
|
who: 'carlo'
|
||||||
apns_id: 'information'
|
apns_id: 'information'
|
||||||
|
|
||||||
|
- service: homeassistant.update_entity
|
||||||
|
entity_id: binary_sensor.updater
|
||||||
|
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.hallway_lights
|
entity_id: light.hallway_lights
|
||||||
|
|
||||||
|
@ -60,3 +60,6 @@
|
|||||||
- input_boolean.medicine
|
- input_boolean.medicine
|
||||||
- input_boolean.daylight_override
|
- input_boolean.daylight_override
|
||||||
- input_boolean.guest_mode
|
- 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:
|
family:
|
||||||
entities:
|
entities:
|
||||||
- device_tracker.carlo
|
- device_tracker.carlo
|
||||||
- device_tracker.carlo_xsmax
|
|
||||||
- device_tracker.stacey
|
- device_tracker.stacey
|
||||||
- device_tracker.stacey_6s
|
|
||||||
|
|
||||||
arriving:
|
arriving:
|
||||||
name: Arriving
|
name: Arriving
|
||||||
|
@ -42,12 +42,12 @@ sensor:
|
|||||||
name: "Large Garage Door Since"
|
name: "Large Garage Door Since"
|
||||||
state_topic: "garadget/GLarge/status"
|
state_topic: "garadget/GLarge/status"
|
||||||
value_template: '{{ value_json.time }}'
|
value_template: '{{ value_json.time }}'
|
||||||
unit_of_measurement: 'Minutes'
|
unit_of_measurement: 'minutes'
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Small Garage Door Since"
|
name: "Small Garage Door Since"
|
||||||
state_topic: "garadget/GSmall/status"
|
state_topic: "garadget/GSmall/status"
|
||||||
value_template: '{{ value_json.time }}'
|
value_template: '{{ value_json.time }}'
|
||||||
unit_of_measurement: 'Minutes'
|
unit_of_measurement: 'minutes'
|
||||||
|
|
||||||
group:
|
group:
|
||||||
garage_doors: # This group is used to check if doors are open or Closed.
|
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 }}"
|
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
- delay: '00:10:00'
|
||||||
|
|
||||||
- service: script.tweet_engine_no_image
|
- service: script.tweet_engine_no_image
|
||||||
data_template:
|
data_template:
|
||||||
tweet: >
|
tweet: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user