Remove unnecessary assignment of Template.hass from logbook (#123677)

pull/123697/head
Erik Montnemery 2024-08-12 15:39:18 +02:00 committed by GitHub
parent 5b5b9ac4ef
commit 11fd1086af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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)