mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Add low battery sensor for SimpliSafe locks (#42010)
This commit is contained in:
parent
8b6336a91a
commit
95f66ff4d5
@ -15,10 +15,11 @@ from . import SimpliSafeEntity
|
|||||||
from .const import DATA_CLIENT, DOMAIN
|
from .const import DATA_CLIENT, DOMAIN
|
||||||
|
|
||||||
SUPPORTED_BATTERY_SENSOR_TYPES = [
|
SUPPORTED_BATTERY_SENSOR_TYPES = [
|
||||||
EntityTypes.entry,
|
|
||||||
EntityTypes.carbon_monoxide,
|
EntityTypes.carbon_monoxide,
|
||||||
EntityTypes.smoke,
|
EntityTypes.entry,
|
||||||
EntityTypes.leak,
|
EntityTypes.leak,
|
||||||
|
EntityTypes.lock,
|
||||||
|
EntityTypes.smoke,
|
||||||
EntityTypes.temperature,
|
EntityTypes.temperature,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user