mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Bump amcrest version to 1.9.2 (#56281)
This commit is contained in:
parent
4eb656d5d9
commit
69ff7a968a
@ -375,8 +375,8 @@ class AmcrestCam(Camera):
|
|||||||
if self._brand is None:
|
if self._brand is None:
|
||||||
resp = self._api.vendor_information.strip()
|
resp = self._api.vendor_information.strip()
|
||||||
_LOGGER.debug("Assigned brand=%s", resp)
|
_LOGGER.debug("Assigned brand=%s", resp)
|
||||||
if resp.startswith("vendor="):
|
if resp:
|
||||||
self._brand = resp.split("=")[-1]
|
self._brand = resp
|
||||||
else:
|
else:
|
||||||
self._brand = "unknown"
|
self._brand = "unknown"
|
||||||
if self._model is None:
|
if self._model is None:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "amcrest",
|
"domain": "amcrest",
|
||||||
"name": "Amcrest",
|
"name": "Amcrest",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/amcrest",
|
"documentation": "https://www.home-assistant.io/integrations/amcrest",
|
||||||
"requirements": ["amcrest==1.8.1"],
|
"requirements": ["amcrest==1.9.2"],
|
||||||
"dependencies": ["ffmpeg"],
|
"dependencies": ["ffmpeg"],
|
||||||
"codeowners": ["@flacjacket"],
|
"codeowners": ["@flacjacket"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
@ -276,7 +276,7 @@ ambee==0.3.0
|
|||||||
ambiclimate==0.2.1
|
ambiclimate==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.amcrest
|
# homeassistant.components.amcrest
|
||||||
amcrest==1.8.1
|
amcrest==1.9.2
|
||||||
|
|
||||||
# homeassistant.components.androidtv
|
# homeassistant.components.androidtv
|
||||||
androidtv[async]==0.0.60
|
androidtv[async]==0.0.60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user