hi
any ideas on the following issue i am having.
when I enter the following in my configuration.yaml
service: media_player.play_media
entity_id: media_player.soundtouch_living_room
data:
media_content_id: “http://192.168.1.103:8123/local/siren.mp3”
media_content_type: “audio/mp3”
I get a green tick on yamel but it fails the “check configuration” with the following error
i have confirmed the entity and service on the developer tool tab, no sure where to look for the integration’data’ error .
just for context all I am trying to do is to play the siren .mp3 when movement is detected on a pir.
Component error: entity_id - Integration ‘entity_id’ not found.
Component error: service - Integration ‘service’ not found.
Component error: data - Integration ‘data’ not found.