mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Add hive hub 360 sensors (#46320)
This commit is contained in:
parent
3ea02e646d
commit
811e1cc3e6
@ -5,6 +5,8 @@ from homeassistant.components.binary_sensor import (
|
||||
DEVICE_CLASS_CONNECTIVITY,
|
||||
DEVICE_CLASS_MOTION,
|
||||
DEVICE_CLASS_OPENING,
|
||||
DEVICE_CLASS_SMOKE,
|
||||
DEVICE_CLASS_SOUND,
|
||||
BinarySensorEntity,
|
||||
)
|
||||
|
||||
@ -14,6 +16,9 @@ DEVICETYPE = {
|
||||
"contactsensor": DEVICE_CLASS_OPENING,
|
||||
"motionsensor": DEVICE_CLASS_MOTION,
|
||||
"Connectivity": DEVICE_CLASS_CONNECTIVITY,
|
||||
"SMOKE_CO": DEVICE_CLASS_SMOKE,
|
||||
"DOG_BARK": DEVICE_CLASS_SOUND,
|
||||
"GLASS_BREAK": DEVICE_CLASS_SOUND,
|
||||
}
|
||||
PARALLEL_UPDATES = 0
|
||||
SCAN_INTERVAL = timedelta(seconds=15)
|
||||
|
Loading…
x
Reference in New Issue
Block a user