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

Adapt to Axis library file structure changes (#114181)

* Adapt to axis library file structure changes

* Bump axis to v59
This commit is contained in:
Robert Svensson
2024-03-25 17:16:41 +01:00
committed by GitHub
parent b71cbeff51
commit c1e1db9863
11 changed files with 35 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
"""Constants for Axis integration tests."""
from axis.vapix.models.api import CONTEXT
from axis.models.api import CONTEXT
MAC = "00408C123456"
FORMATTED_MAC = "00:40:8c:12:34:56"