Add bit about using API for anything
This commit is contained in:
parent
737de716a9
commit
cca2af69c7
|
@ -37,7 +37,7 @@ Assembly of the unit is very straightfoward. The ReSpeaker attaches to the main
|
|||
|
||||
## Software - Kalliope, ReSpeaker, and Raspbian
|
||||
|
||||
To start, this post doesn't document my HomeAssistant configuration - to do so would require its own post entirely! What is important for our purposes though is that my HomeAssistant interface is exposing multiple API endpoints, one for each room, that handle the various lighting events that happen there.
|
||||
To start, this post doesn't document my HomeAssistant configuration - to do so would require its own post entirely! What is important for our purposes though is that my HomeAssistant interface is exposing multiple API endpoints, one for each room, that handle the various lighting events that happen there. You can use this method for communicating almost anything to HomeAssistant via voice control.
|
||||
|
||||
For example, the following endpoint + data combination triggers a "lights-on" event for my bedroom:
|
||||
|
||||
|
|
Loading…
Reference in New Issue