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

extra badge unit not available and showing 'none' below badge #167

Closed
3 tasks
Mariusthvdb opened this issue Jan 24, 2019 · 2 comments
Closed
3 tasks

extra badge unit not available and showing 'none' below badge #167

Mariusthvdb opened this issue Jan 24, 2019 · 2 comments

Comments

@Mariusthvdb
Copy link

Mariusthvdb commented Jan 24, 2019

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:

CustomUI version:
20190113 but was also on 20181217
Home Assistant release (hass --version):
0.84.6, not happening on 0.84.3

Problem-relevant configuration.yaml entries:

light.lounge_chair_long:
  icon: mdi:seat-recline-extra
  extra_data_template: >
    if (attributes.hs_color) 
        return 'Hs: ' + attributes.hs_color;
    return null;
  state_card_mode: break-slider
  stretch_slider: true
  hide_control: false
  show_last_changed: true
  confirm_controls: true
  slider_theme:
    min: 0
    max: 255
    pin: true
    off_when_min: true
    report_when_not_changed: true
  extra_badge:
    - attribute: brightness
      unit: Br

Problem-relevant Home Assistant log entries:

schermafbeelding 2019-01-24 om 11 11 43

Any errors from browser Javascript console:


don't see any

schermafbeelding 2019-01-24 om 11 05 02

this is what it is supposed to look like:

schermafbeelding 2019-01-24 om 11 05 26

@Mariusthvdb Mariusthvdb changed the title extra badge not available and showing 'none' below badge extra badge unit not available and showing 'none' below badge Jan 24, 2019
@andrey-git
Copy link
Owner

This should have been fixed by 2019-01-13

@Mariusthvdb
Copy link
Author

Mariusthvdb commented Apr 3, 2019

HI @andrey-git ,

this is still not as it used to be: units under the badges are not displayed any more, please see #165 (comment)

thanks

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

2 participants