Classes | |
| class | DescriptionXmlView |
| class | UPNPResponderProtocol |
Functions | |
| UPNPResponderProtocol | async_create_upnp_datagram_endpoint (str host_ip_addr, bool upnp_bind_multicast, str advertise_ip, int advertise_port) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | BROADCAST_ADDR = "239.255.255.250" |
| int | BROADCAST_PORT = 1900 |
Support UPNP discovery method that mimics Hue hubs.
| UPNPResponderProtocol homeassistant.components.emulated_hue.upnp.async_create_upnp_datagram_endpoint | ( | str | host_ip_addr, |
| bool | upnp_bind_multicast, | ||
| str | advertise_ip, | ||
| int | advertise_port | ||
| ) |
|
private |
| string homeassistant.components.emulated_hue.upnp.BROADCAST_ADDR = "239.255.255.250" |