Add Freebox device tracker (#12727)

* Add a device tracker for Freebox routers

* Automatic setup of Freebox device tracker based on discovery

* Make the Freebox device tracker asynchronous
This commit is contained in:
Luc Touraille 2018-06-05 20:38:50 +02:00 committed by Sebastian Muszynski
parent 549abd9c7e
commit 103639455c
4 changed files with 125 additions and 0 deletions

View file

@ -84,6 +84,7 @@ SERVICE_HANDLERS = {
'kodi': ('media_player', 'kodi'),
'volumio': ('media_player', 'volumio'),
'nanoleaf_aurora': ('light', 'nanoleaf_aurora'),
'freebox': ('device_tracker', 'freebox'),
}
OPTIONAL_SERVICE_HANDLERS = {