custom-components / nordpool

This component allows you to pull in the energy prices into Home-Assistant.
467 stars 112 forks source link

Remove unnecessary call to template.attach #397

Closed emontnemery closed 2 months ago

emontnemery commented 2 months ago

Remove unnecessary call to template.attach

Since Home Assistant Core 2023.4 it's no longer needed to call template.attach : https://github.com/home-assistant/core/pull/89242

Note: I have not tested the change, the PR is created in preparation for removing the template.attach function from Home Assistant Core because it no longer serves any purpose.