mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix service registration typo in Nuki integration (#52631)
This commit is contained in:
parent
b2ee4894f1
commit
cd7f366501
@ -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…
x
Reference in New Issue
Block a user