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'm trying to add vacuum status as an extra data template, and battery level as an extra badge. Neither are showing up on either of my vacuums.
Browser + Version: Chrome 68.0.3440.106 CustomUI version: 20180831 Home Assistant release (hass --version): 0.77.2
hass --version
Problem-relevant customize.yaml entries:
customize.yaml
# Roomba vacuum.roomba: extra_data_template: - ${attributes.status} extra_badge: entity_id: sensor.roomba_battery # Ecovacs Vacuum vacuum.deedee: extra_data_template: - ${attributes.status} extra_badge: entity_id: sensor.deedee_battery # As shown in Expected Behavior remote.home_theater: extra_data_template: - ${attributes.current_activity} extra_badge: entity_id: sensor.tv_power
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to add vacuum status as an extra data template, and battery level as an extra badge. Neither are showing up on either of my vacuums.
Current Example
Expected Behavior
Checklist
Browser + Version: Chrome 68.0.3440.106
CustomUI version: 20180831
Home Assistant release (
hass --version
): 0.77.2Problem-relevant
customize.yaml
entries:The text was updated successfully, but these errors were encountered: