-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
[Feature Request] Min/max weather forecast temperatures in screensaver #791
Comments
This should be actually already possible by configuring an homeassistent template with 'value' on the entities. |
@joBr99 what should the template look like. ? wall wouldn't know how? |
something like this should work: screensaver:
doubleTapToUnlock: True
entities:
- entity: weather.k3ll3r
- entity: weather.k3ll3r
type: 0
value: "{{state_attr('weather.k3ll3r', 'forecast')[0].templow}} {{state_attr('weather.k3ll3r', 'forecast')[0].temperature}}"
- entity: weather.k3ll3r
type: 1
value: "{{state_attr('weather.k3ll3r', 'forecast')[1].templow}} {{state_attr('weather.k3ll3r', 'forecast')[1].temperature}}" |
Yes that will do it. Thanks guys! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FEATURE DESCRIPTION
At this moment the weather forecast in the screensaver shows only the maximum temperature. It would be nice to have the option to show min/max temperatures.
ADDITIONAL CONTEXT
This is already implemented in ioBorker as per the following post:
#739 (comment)
PANEL / FIRMWARE VERION
EU
The text was updated successfully, but these errors were encountered: