Skip to content

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