Fix totalconnect service schema (#61595)

This commit is contained in:
Austin Mroczek 2021-12-12 10:00:28 -08:00 committed by GitHub
parent 94324cebea
commit 0194f0a06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,13 +57,13 @@ async def async_setup_entry(hass, entry, async_add_entities) -> None:
platform.async_register_entity_service(
SERVICE_ALARM_ARM_AWAY_INSTANT,
None,
{},
"async_alarm_arm_away_instant",
)
platform.async_register_entity_service(
SERVICE_ALARM_ARM_HOME_INSTANT,
None,
{},
"async_alarm_arm_home_instant",
)