As the subject says, I’ve added a bunch of these to a group.
I’ve tried sending homeassistant.turn_on but it fails with the following warning in the logs:
2018-10-20 22:50:47 WARNING (MainThread) [homeassistant.core] Unable to find service zha/turn_on
so it looks like it’s trying to delegate the command to the type of service for each component in the group but no service exists for zha as the log indicates. Is it possible to indicate to use light.turn_on instead of zha.turn_on ?
Excellent thank you @code-in-progress - that put me on the right track. The Entity IDs were “wrong” - I used the ZHA devices’ - when I replaced with the actual light’s IDs it worked: