Skip to content
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

Vacuum is not affected. #155

Open
vidvisionify opened this issue Sep 6, 2018 · 0 comments
Open

Vacuum is not affected. #155

vidvisionify opened this issue Sep 6, 2018 · 0 comments

Comments

@vidvisionify
Copy link

vidvisionify commented Sep 6, 2018

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

Example

Expected Behavior

Expected Behavior

Checklist

  • [✔] I'm running the latest version of CustomUI (Update guide) or using a specific release that is not marked as "Broken".
  • [✔ ] I tried to force-refresh (Ctrl+Shift+R / Ctrl+F5) the browser
  • [✔ ] (Optional, but recommended) I'm using Chrome or tried to reproduce the feature on Chrome.

Browser + Version: Chrome 68.0.3440.106
CustomUI version: 20180831
Home Assistant release (hass --version): 0.77.2

Problem-relevant customize.yaml entries:

# 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
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

No branches or pull requests

1 participant