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
I just upgraded to homeassistant-0.74.2 Custom UI "20180716"
The following entry in customize.yaml was working until the most recent upgrades:
lock.front_door_deadbolt_locked: custom_ui_state_card: state-card-custom-ui extra_data_template: - "Battery: ${entities['zwave.front_door_deadbolt'].attributes.battery_level}%" - "if (attributes.lock_status) return 'Lock Status: ' + attributes.lock_status; else return null;" - "if (attributes.notification) return 'Last Opened: ' + attributes.notification; else return null;"
The text was updated successfully, but these errors were encountered:
Previously lock used the toggle card. Starting from HA 0.74 it uses its own card which is not supported (yet)
Sorry, something went wrong.
No branches or pull requests
I just upgraded to
homeassistant-0.74.2
Custom UI "20180716"
The following entry in customize.yaml was working until the most recent upgrades:
The text was updated successfully, but these errors were encountered: