Remove unnecessary assignment of Template.hass from logbook (#123677)
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…
Reference in New Issue