Invalid service data for script.turn_on

Hello,

after every script call there are error messages in my log:

2018-01-14 10:35:30 ERROR (MainThread) [homeassistant.core] Invalid service data for script.turn_on: Entity ID is an invalid entity id for dictionary value @ data[‘entity_id’]. Got ‘’

This is one of my scripts:

hue_w_gedimmt_1:
  sequence:
    - service: hue.hue_activate_scene
      data:
        group_name: "Wohnzimmer"
        scene_name: "W_Gedimmt_1"

To reproduce the error message I may just click on the script in the HA web interface. My Config: RPi with Hassio and HA 0.60.1

What’s wrong here?

Try removing the double quotes ( " ) from your group_name and scene_name.

It looks like that is what the error is complaining about.

Hey finity,

thanks for your help - your hint solved my issue!

Many thanks
mny