Hello,
I have the following devices:
- ZWave Lamp
- TP-Link Wifi Lamp
- 433Mhz Switch
All these things can be switched on and off within the UI of Home Assistant.
Now I want to control them with dialogflow, so I can say “switch on my light in the bathroom”, but the problem is, that one is a “switch” and one is a “light”.
To turn on the switch is simple with the excample on the website at: https://www.home-assistant.io/components/dialogflow/
But how can a integrate the other two lamps there?
Example:
“Turn on light in the bathroom” -> turn on switch
“Turn on light in the living room” -> turn on wifi light
“Turn on light in the kitchen” -> turn on zwave light
Thank you very much