mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump pyHik to 0.3.1 (#81173)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
1c7800c224
commit
52f592a7d9
@ -46,7 +46,6 @@ DEVICE_CLASS_MAP = {
|
||||
"Motion": BinarySensorDeviceClass.MOTION,
|
||||
"Line Crossing": BinarySensorDeviceClass.MOTION,
|
||||
"Field Detection": BinarySensorDeviceClass.MOTION,
|
||||
"Video Loss": None,
|
||||
"Tamper Detection": BinarySensorDeviceClass.MOTION,
|
||||
"Shelter Alarm": None,
|
||||
"Disk Full": None,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "hikvision",
|
||||
"name": "Hikvision",
|
||||
"documentation": "https://www.home-assistant.io/integrations/hikvision",
|
||||
"requirements": ["pyhik==0.3.0"],
|
||||
"requirements": ["pyhik==0.3.1"],
|
||||
"codeowners": ["@mezz64"],
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["pyhik"]
|
||||
|
@ -1604,7 +1604,7 @@ pyhaversion==22.8.0
|
||||
pyheos==0.7.2
|
||||
|
||||
# homeassistant.components.hikvision
|
||||
pyhik==0.3.0
|
||||
pyhik==0.3.1
|
||||
|
||||
# homeassistant.components.hive
|
||||
pyhiveapi==0.5.14
|
||||
|
Loading…
x
Reference in New Issue
Block a user