mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
This commit is contained in:
@@ -71,12 +71,13 @@ automation:
|
||||
entity_id:
|
||||
- binary_sensor.skybell_stone_door_button
|
||||
to: 'on'
|
||||
- platform: event
|
||||
event_type: skybell_pressed
|
||||
# - platform: event
|
||||
# event_type: skybell_pressed
|
||||
|
||||
action:
|
||||
# Disable this automation
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.log_skybell_pressed_activity
|
||||
- service: script.skybell_pressed
|
||||
- delay:
|
||||
minutes: 1
|
||||
|
@@ -120,6 +120,7 @@ automation:
|
||||
|
||||
action:
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.random_house_stats
|
||||
- delay: '0{{ range(0,2) | random | int }}:{{ range(10,59) | random | int }}:00'
|
||||
- service: script.tweet_engine
|
||||
data_template:
|
||||
@@ -144,3 +145,5 @@ automation:
|
||||
"Average Cloud Coverage: {{states.sensor.dark_sky_cloud_coverage.state}}%, Average Temp: {{states.sensor.dark_sky_temperature.state}}°F #Solar"
|
||||
] | random + " #RandomStat"}}
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.random_house_stats
|
||||
|
||||
|
Reference in New Issue
Block a user