Fix typo in log (#18751)

pull/18754/head
Anton Johansson 2018-11-27 19:09:25 +01:00 committed by Adam Mills
parent 02309cc318
commit dd8544fdf8
1 changed files with 1 additions and 1 deletions

View File

@ -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):