09-21-2023 04:22 AM
condition:
type: device.state.MediaState
device: My Device - Room Name
state: playbackState
is: PLAYING
I want to use the above condition for my Nest Audio Speaker, as is indicated in the examples.
Validating the script gives the message that: device.state.MediaState is not supported for this device.
Do I do something wrong or is there another way to check if the Nest Audio Speaker is active playing music?
12-02-2023 10:20 PM
Same error for a speaker, if mediastate isn't going to work on a speaker when is it meant for something else like a TV?
12-27-2023 10:50 AM - edited 12-27-2023 10:51 AM
same error. neither nest speakers, nor chromecast audio works.
01-09-2024 09:58 AM
Same error for me too :
[is_playing] isn’t a valid state field for [MediaStateState]. The list of supported field paths: [playbackState].
starters:
type: device.state.MediaState
device: Kitchen pair - Kitchen
state: isPlaying
is: true