1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix style issue

This commit is contained in:
pavoni
2015-12-27 23:31:48 +00:00
parent 0d32bd7a19
commit b114ba56ea
+1
View File
@@ -27,6 +27,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
if _WEMO_SUBSCRIPTION_REGISTRY is None:
_WEMO_SUBSCRIPTION_REGISTRY = pywemo.SubscriptionRegistry()
_WEMO_SUBSCRIPTION_REGISTRY.start()
def stop_wemo(event):
""" Shutdown Wemo subscriptions and subscription thread on exit"""
_LOGGER.info("Shutting down subscriptions.")