Mobile App: Enable loading via discovery (surprise inside!) (#22027)

![](http://funpeep.com/wp-content/uploads/2014/04/Cute-White-Cat-Wallpaper.jpg)
pull/22028/head
Robbie Trencheny 2019-03-13 21:55:30 -07:00 committed by GitHub
parent 2787671de5
commit 3fcfba0a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ from homeassistant.helpers.event import async_track_point_in_utc_time
from homeassistant.helpers.discovery import async_load_platform, async_discover
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['netdisco==2.4.0']
REQUIREMENTS = ['netdisco==2.5.0']
DOMAIN = 'discovery'
@ -40,6 +40,7 @@ SERVICE_HUE = 'philips_hue'
SERVICE_IGD = 'igd'
SERVICE_IKEA_TRADFRI = 'ikea_tradfri'
SERVICE_KONNECTED = 'konnected'
SERVICE_MOBILE_APP = 'hass_mobile_app'
SERVICE_NETGEAR = 'netgear_router'
SERVICE_OCTOPRINT = 'octoprint'
SERVICE_ROKU = 'roku'
@ -63,6 +64,7 @@ CONFIG_ENTRY_HANDLERS = {
}
SERVICE_HANDLERS = {
SERVICE_MOBILE_APP: ('mobile_app', None),
SERVICE_HASS_IOS_APP: ('ios', None),
SERVICE_NETGEAR: ('device_tracker', None),
SERVICE_WEMO: ('wemo', None),

View File

@ -741,7 +741,7 @@ nessclient==0.9.14
netdata==0.1.2
# homeassistant.components.discovery
netdisco==2.4.0
netdisco==2.5.0
# homeassistant.components.sensor.neurio_energy
neurio==0.3.1