1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Changes after review by @MartinHjelmare

This commit is contained in:
Steven Looman
2018-10-03 11:07:25 +02:00
parent d732f8eca2
commit 3cb20c7b4d
4 changed files with 17 additions and 9 deletions

View File

@@ -11,3 +11,4 @@ CONF_SSDP_DESCRIPTION = 'ssdp_description'
CONF_UDN = 'udn'
DOMAIN = 'upnp'
LOGGER = logging.getLogger('homeassistant.components.upnp')
SIGNAL_REMOVE_SENSOR = 'upnp_remove_sensor'