andrey-git/home-assistant-custom-ui

Vacuum is not affected.

vidvisionify opened this issue · 0 comments

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