mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix zha LogEntry call (#80737)
The signature for LogEntry changed in #80645 to drop the unused argument
This commit is contained in:
parent
a2080492de
commit
611194ddd9
@ -754,7 +754,7 @@ class LogRelayHandler(logging.Handler):
|
||||
"|".join([re.escape(x) for x in (hass_path, config_dir)])
|
||||
)
|
||||
)
|
||||
entry = LogEntry(record, stack, _figure_out_source(record, stack, paths_re))
|
||||
entry = LogEntry(record, _figure_out_source(record, stack, paths_re))
|
||||
async_dispatcher_send(
|
||||
self.hass,
|
||||
ZHA_GW_MSG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user