Fix service registration typo in Nuki integration (#52631)
This commit is contained in:
parent
b2ee4894f1
commit
cd7f366501
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||||
vol.Optional(ATTR_UNLATCH, default=False): cv.boolean,
|
vol.Optional(ATTR_UNLATCH, default=False): cv.boolean,
|
||||||
},
|
},
|
||||||
"lock_n_go",
|
"lock_n_go",
|
||||||
|
)
|
||||||
|
|
||||||
|
platform.async_register_entity_service(
|
||||||
"set_continuous_mode",
|
"set_continuous_mode",
|
||||||
{
|
{
|
||||||
vol.Required(ATTR_ENABLE): cv.boolean,
|
vol.Required(ATTR_ENABLE): cv.boolean,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue