1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump Freebox to 0.0.9 (#45837)

* Bump Freebox to 0.0.9

* Remove @SNoof85 from code owners

* Module is now freebox_api
This commit is contained in:
Quentame
2021-02-02 22:57:06 +01:00
committed by GitHub
parent bf9b3bf9db
commit d9dba1b7ab
8 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
"""Tests for the Freebox config flow."""
from unittest.mock import AsyncMock, patch
from aiofreepybox.exceptions import (
from freebox_api.exceptions import (
AuthorizationError,
HttpRequestError,
InvalidTokenError,