From 0100f87ff27d51839259611f4f76b867e1c3f3af Mon Sep 17 00:00:00 2001 From: Frantz Date: Sun, 21 Jan 2018 07:08:42 +0200 Subject: [PATCH] (Re)Enable Daikin autodiscovery (#11842) --- homeassistant/components/discovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/discovery.py b/homeassistant/components/discovery.py index 9ceb82d5c69..980ac7d661c 100644 --- a/homeassistant/components/discovery.py +++ b/homeassistant/components/discovery.py @@ -53,6 +53,7 @@ SERVICE_HANDLERS = { SERVICE_TELLDUSLIVE: ('tellduslive', None), SERVICE_HUE: ('hue', None), SERVICE_DECONZ: ('deconz', None), + SERVICE_DAIKIN: ('daikin', None), 'google_cast': ('media_player', 'cast'), 'panasonic_viera': ('media_player', 'panasonic_viera'), 'plex_mediaserver': ('media_player', 'plex'),