mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix typo in log (#18751)
This commit is contained in:
committed by
Adam Mills
parent
02309cc318
commit
dd8544fdf8
@@ -420,7 +420,7 @@ async def async_setup_entry(hass, config_entry):
|
||||
|
||||
def remove_node(service):
|
||||
"""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()
|
||||
|
||||
def cancel_command(service):
|
||||
|
Reference in New Issue
Block a user