Change TV automations
This commit is contained in:
parent
0662b6d9ac
commit
089e3b0ff6
@ -11,7 +11,7 @@
|
|||||||
state: TV
|
state: TV
|
||||||
attribute: source
|
attribute: source
|
||||||
action:
|
action:
|
||||||
- service: notify.kitchen
|
- service: notify.shield
|
||||||
data:
|
data:
|
||||||
title: Volume 🔊
|
title: Volume 🔊
|
||||||
message: '{{ ( state_attr(''media_player.living_room'', ''volume_level'') * 100) | int }} %'
|
message: '{{ ( state_attr(''media_player.living_room'', ''volume_level'') * 100) | int }} %'
|
||||||
|
@ -42,6 +42,12 @@ influxdb:
|
|||||||
alarm_control_panel:
|
alarm_control_panel:
|
||||||
- platform: manual
|
- platform: manual
|
||||||
|
|
||||||
|
notify:
|
||||||
|
- platform: nfandroidtv
|
||||||
|
name: Shield
|
||||||
|
host: 192.168.60.18
|
||||||
|
color: black
|
||||||
|
|
||||||
media_player:
|
media_player:
|
||||||
- platform: androidtv
|
- platform: androidtv
|
||||||
name: nVidia Shield
|
name: nVidia Shield
|
||||||
|
Loading…
Reference in New Issue
Block a user