mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix totalconnect service schema (#61595)
This commit is contained in:
parent
94324cebea
commit
0194f0a06e
@ -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",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user