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:
parent
549abd9c7e
commit
103639455c
4 changed files with 125 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue