Hi
I know there are many other threads on this topic, but can’t figure out what I’m doing wrong… Here is the config:
- id: ‘1546775842539’
alias: Welcome
trigger:- entity_id: light.ampoule_1
from: ‘off’
platform: state
to: ‘on’
condition: []
action: - service: media_player.media_play
entity_id: media_player.google_home_1
media_content_id: https://drive.google.com/open?id=1Zx6YOn5m1eLSNy9pm-OoJcoJEtYf-he-
media_content_type: music
- entity_id: light.ampoule_1
Here is the error message:
Invalid config for [automation]: [media_content_id] is an invalid option for [automation]. Check: automation->action->0->media_content_id. (See /config/configuration.yaml, line 113).
thanks for your help !!