Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detected that custom integration 'attributes' creates a template object without passing hass #48

Open
V4n1X opened this issue Oct 5, 2024 · 1 comment

Comments

@V4n1X
Copy link

V4n1X commented Oct 5, 2024

Logger: homeassistant.helpers.frame
Quelle: helpers/frame.py:188
Erstmals aufgetreten: 18:16:14 (4 Vorkommnisse)
Zuletzt protokolliert: 18:16:36

Detected that custom integration 'attributes' creates a template object without passing hass, which will stop working in HA Core 2025.10 at custom_components/attributes/sensor.py, line 92: state_template = template_helper.Template(state_template), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues
Detected that custom integration 'attributes' creates a template object without passing hass, which will stop working in HA Core 2025.10 at custom_components/attributes/sensor.py, line 121: new_icon = template_helper.Template(new_icon), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

@frederickjh
Copy link

I am seeing the same thing here on 2024.10.1

2024-10-23 07:49:38.159 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'attributes' creates a template object without passing hass, which will stop working in HA Core 2025.10 at custom_components/attributes/sensor.py, line 92: state_template = template_helper.Template(state_template), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues
2024-10-23 07:49:38.162 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'attributes' creates a template object without passing hass, which will stop working in HA Core 2025.10 at custom_components/attributes/sensor.py, line 121: new_icon = template_helper.Template(new_icon), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

Looks like this will not be an issue until the Home Assistant release in October of 2025, so there is time to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants