Add low battery sensor for SimpliSafe locks (#42010)

This commit is contained in:
Aaron Bach 2020-10-17 13:41:01 -06:00 committed by GitHub
parent 8b6336a91a
commit 95f66ff4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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