n8henrie / fauxmo

Emulated Belkin WeMo devices that work with the Amazon Echo
https://n8henrie.com/2016/02/fauxmo-home-automation-with-the-amazon-echo-raspberry-pi-and-homeassistant/
Other
376 stars 78 forks source link

Add support for fauxmo devices to be discovered by HomeAssistant #121

Closed howdypierce closed 10 months ago

howdypierce commented 10 months ago

Description

Makes two changes needed for HomeAssistant to discover and manage fauxmo devices:

Status

**READY

Related Issues

Steps to Test or Reproduce

Unfortunately I don’t have a system that is capable of running make test-all (even before my change). I have, however, manually tested the change against pywemo.discover_devices (from pywemo 0.9.1) and also against HomeAssistant 2023.11.3.

n8henrie commented 10 months ago

Interesting, thanks for the PR! I do everything in the opposite direction, having the devices primarily in hass and using fauxmo just to interface between Alexa and hass.

Off the bat, I don't see any reason that permitting things to go in the opposite direction would be problematic. I'll do some testing.

n8henrie commented 10 months ago

Seems to work. Thanks!