mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Log correct ZHA channel initialization step (#58410)
This commit is contained in:
parent
0c684cee51
commit
fe15736418
@ -332,7 +332,7 @@ class ZigbeeChannel(LogMixin):
|
|||||||
if ch_specific_init:
|
if ch_specific_init:
|
||||||
await ch_specific_init(from_cache=from_cache)
|
await ch_specific_init(from_cache=from_cache)
|
||||||
|
|
||||||
self.debug("finished channel configuration")
|
self.debug("finished channel initialization")
|
||||||
self._status = ChannelStatus.INITIALIZED
|
self._status = ChannelStatus.INITIALIZED
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user