Bump pyHik to 0.3.1 (#81173)

Co-authored-by: J. Nick Koston <nick@koston.org>
pull/81247/head
mezz64 2022-10-30 01:13:54 -04:00 committed by GitHub
parent 1c7800c224
commit 52f592a7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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"]

View File

@ -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