mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Remove unnecessary assignment of Template.hass from velbus (#123696)
This commit is contained in:
parent
9d67956fc8
commit
bf55cc605a
@ -119,7 +119,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
async def set_memo_text(call: ServiceCall) -> None:
|
||||
"""Handle Memo Text service call."""
|
||||
memo_text = call.data[CONF_MEMO_TEXT]
|
||||
memo_text.hass = hass
|
||||
await (
|
||||
hass.data[DOMAIN][call.data[CONF_INTERFACE]]["cntrl"]
|
||||
.get_module(call.data[CONF_ADDRESS])
|
||||
|
Loading…
x
Reference in New Issue
Block a user