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

View File

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