I've setup an automation based on a calendar event. 10 minutes before I have my google speaker tell me that a Phillies/Eagles/Flyers game is on in 10 minutes. I then change the lights by the TV to the teams colors for a few seconds and then turn them off. Now I just recently added a step that will then tell my Kodi instance running on the TV to change to a certain channel on my PVR that will be for that team. Now, what I'd like to do though is have my phone actually popup a notification of if I wanna actually execute that step. My phone would say "Would you like to turn the game on" Then a simple yes or no option and obviously if yes execute the change channel command. I've not setup an actionable notification before so I don't know if this is A possible and B if so how to execute.
target:
entity_id: media_player.living_room_kodi
data:
media_content_id: '112'
media_content_type: channel
metadata:
title: Philadelphia Phillies
thumbnail: /api/media_player_proxy/media_player.living_room_kodi
media_class: channel
children_media_class:
navigateIds:
- {}
- media_content_type: channel
media_content_id: ''```
That is the code in the step if I dont have the notification. I tried to add this to the notification datablock but probably not doing it right. Any help would be great.