mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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:
|
||||
resp = self._api.vendor_information.strip()
|
||||
_LOGGER.debug("Assigned brand=%s", resp)
|
||||
if resp.startswith("vendor="):
|
||||
self._brand = resp.split("=")[-1]
|
||||
if resp:
|
||||
self._brand = resp
|
||||
else:
|
||||
self._brand = "unknown"
|
||||
if self._model is None:
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "amcrest",
|
||||
"name": "Amcrest",
|
||||
"documentation": "https://www.home-assistant.io/integrations/amcrest",
|
||||
"requirements": ["amcrest==1.8.1"],
|
||||
"requirements": ["amcrest==1.9.2"],
|
||||
"dependencies": ["ffmpeg"],
|
||||
"codeowners": ["@flacjacket"],
|
||||
"iot_class": "local_polling"
|
||||
|
@ -276,7 +276,7 @@ ambee==0.3.0
|
||||
ambiclimate==0.2.1
|
||||
|
||||
# homeassistant.components.amcrest
|
||||
amcrest==1.8.1
|
||||
amcrest==1.9.2
|
||||
|
||||
# homeassistant.components.androidtv
|
||||
androidtv[async]==0.0.60
|
||||
|
Loading…
x
Reference in New Issue
Block a user