mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix typo in log (#18751)
This commit is contained in:
parent
02309cc318
commit
dd8544fdf8
@ -420,7 +420,7 @@ async def async_setup_entry(hass, config_entry):
|
|||||||
|
|
||||||
def remove_node(service):
|
def remove_node(service):
|
||||||
"""Switch into exclusion mode."""
|
"""Switch into exclusion mode."""
|
||||||
_LOGGER.info("Z-Wwave remove_node have been initialized")
|
_LOGGER.info("Z-Wave remove_node have been initialized")
|
||||||
network.controller.remove_node()
|
network.controller.remove_node()
|
||||||
|
|
||||||
def cancel_command(service):
|
def cancel_command(service):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user