mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
bump freebox api version (#29527)
This commit is contained in:
parent
de0db1601b
commit
21cf6777bb
@ -60,7 +60,7 @@ async def async_setup_freebox(hass, config, host, port):
|
|||||||
}
|
}
|
||||||
|
|
||||||
token_file = hass.config.path(FREEBOX_CONFIG_FILE)
|
token_file = hass.config.path(FREEBOX_CONFIG_FILE)
|
||||||
api_version = "v4"
|
api_version = "v6"
|
||||||
|
|
||||||
fbx = Freepybox(app_desc=app_desc, token_file=token_file, api_version=api_version)
|
fbx = Freepybox(app_desc=app_desc, token_file=token_file, api_version=api_version)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user