diff --git a/homeassistant/components/axis/device.py b/homeassistant/components/axis/device.py index 1a65b31ef72..f53e69fba9f 100644 --- a/homeassistant/components/axis/device.py +++ b/homeassistant/components/axis/device.py @@ -218,7 +218,7 @@ class AxisNetworkDevice: """Stop stream.""" if self.api.stream.state != State.STOPPED: self.api.stream.connection_status_callback.clear() - self.api.stream.stop() + self.api.stream.stop() async def shutdown(self, event) -> None: """Stop the event stream.""" diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index b8cd005a264..296a3da8b66 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -26,7 +26,7 @@ "iot_class": "local_push", "loggers": ["axis"], "quality_scale": "platinum", - "requirements": ["axis==47"], + "requirements": ["axis==48"], "ssdp": [ { "manufacturer": "AXIS" diff --git a/requirements_all.txt b/requirements_all.txt index b3f4dfa8b75..e01392ac417 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -401,7 +401,7 @@ aurorapy==0.2.7 # avion==0.10 # homeassistant.components.axis -axis==47 +axis==48 # homeassistant.components.azure_event_hub azure-eventhub==5.11.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 96ed97a817e..5f984a78135 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -349,7 +349,7 @@ auroranoaa==0.0.3 aurorapy==0.2.7 # homeassistant.components.axis -axis==47 +axis==48 # homeassistant.components.azure_event_hub azure-eventhub==5.11.1