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

Fix for temp_suffix set to None #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

franzs
Copy link

@franzs franzs commented Oct 29, 2023

If temp_suffix is set to None an error shows up:

ERROR (MainThread) [homeassistant.components.automation.weather_display] Error rendering variables: TypeError: 'float' object is not iterable

This is caused by get_text_len being called with a float instead of an string which is not iterable. To solve this the argument is casted to string.

Setting temp_suffix to None results in an error:

ERROR (MainThread) [homeassistant.components.automation.weather_display] Error rendering variables: TypeError: 'float' object is not iterable

To solve this cast the string argument of get_text_len to string when
iterating.
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

Successfully merging this pull request may close these issues.

1 participant