Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Home Assistant integration - location / sensors #378

Open
ccsmart opened this issue May 31, 2024 · 1 comment
Open

Q: Home Assistant integration - location / sensors #378

ccsmart opened this issue May 31, 2024 · 1 comment

Comments

@ccsmart
Copy link

ccsmart commented May 31, 2024

As a question:
Is there the intention to have the devices be visible in Home Assistant, such that ie:

  • device can be given a location (related to presence detection "somebody is talking here" / command context ie "lights" having a localized meaning)
  • sensors become accessible (Temp, Humidty, IR tx/rx, Radar / presence)
@nikito
Copy link
Contributor

nikito commented May 31, 2024

In terms of device location, that's planned to be integrated in Willow itself in the future, such that willow will expose the areas it sees in HA and you can assign the willow device to that area in the willow UI for things like location context awareness for commands/lights. Willow is an ecosystem that exists outside of HA and works alongside it, we don't have any tight integration into HA that allows exposing devices, that would require writing an HA integration and potentially even using the wyoming protocol to tie into the other integration points within HA. It's something we have noted but have not gotten too deep into at the moment due to other features taking precedence.

For the sensors we have heard this request from others and know there's a desire for it, but we need to look at that one carefully as the ESP devices have limited resources, and exposing sensors requires some core time on the ESP that can impact the voice experience or increase latency. Since our project is primarily focused on the voice interface and experience this hasn't had as much priority. Even the ESPHome devs/NabuCasa have not exposed those as part of their standard Voice Assistant firmware for the ESP Box, likely for the same concerns. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants