mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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
|
||||
|
||||
SUPPORTED_BATTERY_SENSOR_TYPES = [
|
||||
EntityTypes.entry,
|
||||
EntityTypes.carbon_monoxide,
|
||||
EntityTypes.smoke,
|
||||
EntityTypes.entry,
|
||||
EntityTypes.leak,
|
||||
EntityTypes.lock,
|
||||
EntityTypes.smoke,
|
||||
EntityTypes.temperature,
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user