bump freebox api version (#29527)

This commit is contained in:
SNoof85 2019-12-08 09:49:43 +01:00 committed by Paulus Schoutsen
parent de0db1601b
commit 21cf6777bb

View File

@ -60,7 +60,7 @@ async def async_setup_freebox(hass, config, host, port):
}
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)