4 weeks ago
Gostaria de saber como o Google TV pode ser acionado no script abaixo para que transmita uma câmera do Google Home que não seja NEST.
metadata:
name: Mostrar camera na presença
description:
Quando mudar o status do interruptor "Presença" mostre a imagem da
"camera interfone" na "Google TV Cozinha" do ambiente "som"
automations:
- starters:
- type: device.state.OnOff
device: Presença - Garagem
state: on
is: true
actions:
- type: device.command.OnOff
devices:
- Google TV Cozinha - Som
on: true
- type: assistant.command.OkGoogle
devices:
- Google TV Cozinha - Som
okGoogle: Mostrar a câmera interfone
Answered! Go to the Recommended Answer.
3 weeks ago
It appears you're trying to stream a non-Nest camera to Google TV using a script. While your automation structure looks correct, you should verify if your camera supports the Google Home streaming API. Could you share which specific camera model you're using and confirm if you've already added it to your Google Home app?
3 weeks ago
It appears you're trying to stream a non-Nest camera to Google TV using a script. While your automation structure looks correct, you should verify if your camera supports the Google Home streaming API. Could you share which specific camera model you're using and confirm if you've already added it to your Google Home app?