Skip to content

Commit

Permalink
Log correct ZHA channel initialization step (home-assistant#58410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga authored Oct 25, 2021
1 parent 0c684ce commit fe15736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/zha/core/channels/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async def async_initialize(self, from_cache: bool) -> None:
if ch_specific_init:
await ch_specific_init(from_cache=from_cache)

self.debug("finished channel configuration")
self.debug("finished channel initialization")
self._status = ChannelStatus.INITIALIZED

@callback
Expand Down

0 comments on commit fe15736

Please sign in to comment.