i try to switch on three different kind of lights.
One is working on a 433Mhz switch, one is a zwave light and one is a TP-Link Wifi Light.
The switch is working properly, but how can I get the other ones to work?
I want to trigger all lights after extracting “room” and “onoff” parameter out of a command in dialogflow.
If you want to turn on or off multiple entities that are not in the same “domain” (i.e., switch, light, etc.), use the homeassistant.turn_on or homeassistant.turn_off service instead of the corresponding switch or light services.