1
0
ansible-home-assistant/roles/automations/files/living-room-tv-automations.yaml

44 lines
1.1 KiB
YAML
Raw Permalink Normal View History

- id: living_room_tv_volume_notification
2022-08-18 23:02:16 +00:00
alias: '[Living Room][TV] Volume notification'
2021-04-17 11:41:51 +00:00
mode: single
trigger:
- platform: state
entity_id: media_player.living_room
attribute: volume_level
condition:
- condition: state
entity_id: media_player.living_room
state: TV
attribute: source
action:
2021-04-19 10:27:01 +00:00
- service: notify.shield
2021-04-17 11:41:51 +00:00
data:
title: Volume 🔊
message: '{{ ( state_attr(''media_player.living_room'', ''volume_level'') * 100) | int }} %'
data:
duration: 1
2021-04-29 06:01:09 +00:00
color: black
2021-05-10 10:24:31 +00:00
- id: living_room_tv_suspend_pc
2022-08-18 23:02:16 +00:00
alias: '[Living Room][TV] When turned on suspend PC'
2021-04-29 06:01:09 +00:00
description: ''
mode: single
trigger:
- platform: state
entity_id: media_player.samsung_qe55q6fam
from: 'off'
to: 'on'
action:
- service: script.pc_sleep
- id: living_room_tv_update_harmony_mode
2022-08-18 23:02:16 +00:00
alias: '[Living Room][TV] Update harmony mode'
mode: single
trigger:
- platform: state
entity_id: media_player.samsung_qe55q6fam
to: 'unavailable'
for:
minutes: 5
action:
- service: script.tv_off