mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unnecessary assignment of Template.hass from logbook (#123677)
This commit is contained in:
parent
5b5b9ac4ef
commit
11fd1086af
@ -112,7 +112,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
# away so we use the "logbook" domain
|
||||
domain = DOMAIN
|
||||
|
||||
message.hass = hass
|
||||
message = message.async_render(parse_result=False)
|
||||
async_log_entry(hass, name, message, domain, entity_id, service.context)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user