I am trying to get the reolink camera to display on a sony Tv. I get it to display the doorbell and then go back ,but the issue im having is trying to make it display in PIP mode when it goes over to tiny cam pro. Tiny cam pro does have a pip mode opition. Is it also possable to do that with an apple tv?
here is the YAML:
alias: Show Doorbell Popup via TinyCam PiP
triggers:
- entity_id: binary_sensor.doorbell_visitor
to: “on”
trigger: state
actions: - data:
entity_id: media_player.android_tv_
command: |
monkey -p com.alexvas.dvr.pro -c android.intent.category.LAUNCHER 1
action: androidtv.adb_command - delay: “00:00:15”
- data:
entity_id: media_player.android_tv_
command: |
am force-stop com.alexvas.dvr.pro
action: androidtv.adb_command - delay: “00:00:01”
- data:
entity_id: media_player.android_tv_
command: |
am start -n com.att.tv/com.clientapp.MainActivity
action: androidtv.adb_command
mode: single
1 post - 1 participant