cancel
Showing results for 
Search instead for 
Did you mean: 

OkGoogle script command works on one Google display, but not supported on the other.

DarDarDad
Community Member

Hey everyone, 

I have 2 google home displays. One in the kitchen and one in the sitting room. I built this automation to turn on the camera in my daughters room in the evening, then show the image on both of the displays. I recently changed the camera in her room, and now for some reason the script no longer validates because the OKGoogle command is not supported on the Sitting Room display. If I remove this, it works fine with the kitchen display (which is the same device type). Also it was working every night for the last 6 months or so.

 

 

metadata:
name: bed time
description: Turn on camera at night
automations:
- starters:
- type: time.schedule
at: 18:45
actions:
- type: device.command.OnOff
devices:
- Girls room camera - Girls Room
on: true
- type: assistant.command.OkGoogle
okGoogle: Show me the Girls room camera
devices:
- Kitchen display - Kitchen
- Sitting Room - Sitting Room

 

Error:

[assistant.command.OkGoogle] is not supported by device [Sitting Room display - Sitting Room]. The list of supported commands: [].

 

 

0 REPLIES 0