We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating to the newest version, my sensor template doesn´t work:
wmz_gesamt: friendly_name: "WMZ Gesamt" unit_of_measurement: "kWh" value_template: "{{ states('luxtronik.wmz_wasser') | float(0) + states('luxtronik.wmz_heizung') | float(0) | round(2) }}"
This template adds water and heating consumption What is the best workaround? Thank you :)
The text was updated successfully, but these errors were encountered:
got it - reboot - and editing ... time for a coffee
Sorry, something went wrong.
How? Seems that all entities are renamed now. So you updated all to the new generated names without "luxtronik.*"?
No branches or pull requests
After updating to the newest version, my sensor template doesn´t work:
wmz_gesamt: friendly_name: "WMZ Gesamt" unit_of_measurement: "kWh" value_template: "{{ states('luxtronik.wmz_wasser') | float(0) + states('luxtronik.wmz_heizung') | float(0) | round(2) }}"
This template adds water and heating consumption
What is the best workaround?
Thank you :)
The text was updated successfully, but these errors were encountered: