Skip to content

Commit

Permalink
Disable the DLNA component discovery (home-assistant#16006)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and Jacob Mansfield committed Sep 4, 2018
1 parent c6cdd53 commit 619438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
'volumio': ('media_player', 'volumio'),
'nanoleaf_aurora': ('light', 'nanoleaf_aurora'),
'freebox': ('device_tracker', 'freebox'),
'dlna_dmr': ('media_player', 'dlna_dmr'),
}

OPTIONAL_SERVICE_HANDLERS = {
SERVICE_HOMEKIT: ('homekit_controller', None),
'dlna_dmr': ('media_player', 'dlna_dmr'),
}

CONF_IGNORE = 'ignore'
Expand Down

0 comments on commit 619438d

Please sign in to comment.