This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sequence: | |
- choose: | |
- conditions: | |
- condition: template | |
value_template: >- | |
{{ news_categories_and_sources == 'International News and Global | |
Events' }} | |
sequence: | |
- action: conversation.process | |
metadata: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: "Lorelai: Spotify Playlist Dinner Time" | |
description: "Plays music when motion is detected at dinner time under specific conditions." | |
trigger: | |
- platform: device | |
type: motion | |
device_id: device_kitchen_motion | |
entity_id: binary_sensor.kitchen_motion | |
domain: binary_sensor | |
for: | |
seconds: 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: "Weather: High Wind Warning" | |
description: "Triggers an alert when high wind gusts are detected." | |
triggers: | |
- entity_id: | |
- sensor.wind_gust_speed | |
above: 12 | |
trigger: numeric_state | |
conditions: | |
- condition: time | |
before: "23:00:00" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: WLED Upload Speed Visualization (Tetrix) | |
description: "" | |
mode: single | |
triggers: | |
- entity_id: | |
- sensor.hpmc_mini_upload_throughput | |
for: | |
hours: 0 | |
minutes: 0 | |
seconds: 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Security Check | |
sequence: | |
- choose: | |
- conditions: | |
- condition: template | |
value_template: "{{ security_query == 'General Security Check | Query Everything' }}" | |
sequence: | |
- action: blink.trigger_camera | |
metadata: {} | |
data: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Turn on Hue Sync Box Light Sync when Movie Playing (Plex) | |
description: > | |
Turns on the Hue Sync Box Light Sync switch when a movie is playing on the | |
Plex media player. | |
triggers: | |
- value_template: | | |
{{ | |
state_attr('media_player.plex_plex_for_apple_tv_apple_tv', 'media_content_type') == 'movie' | |
and states('media_player.plex_plex_for_apple_tv_apple_tv') == 'playing' | |
}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sequence: | |
- variables: | |
tv_show_query: " { other_tv_show_title } " | |
- if: | |
- condition: or | |
conditions: | |
- condition: state | |
entity_id: media_player.living_room | |
state: "off" | |
- condition: state |