@kylerw
Thanks for pointing that out. I have been working on both badges in state cards and customizing the slider control. Got my wires crossed as some of the config for badges in state cards goes into the customize_glob.yaml. I also noticed that andrey’s example for slider control customization uses this:
frontend:
extra_html_url:
- /local/custom_ui/state-card-custom-ui.html
and I was using the customizer entry. I tried moving my slider customization for the light to customize.yaml and changed my configuration.yaml from using customizer to the frontend above, but I am still unable to see it in the group card. I’m not sure which one I should be using, customizer or front end, I’ve seen people say either one should work.
I also realized that I have never seen the brightness sliders on any of my lights/switches in the group card. They are only visible when I click on one of the lights and bring up the individual component card. From the docs and examples that I have seen, it looks like those should be visible in the groups cards.
I have also tried adding a second light with the same result, neither one shows up in my group card in the UI.
The two devices I am trying to use are a zwave light bulb and zwave dimmer switch. They both have zwave and light devices showing in the developer tools states display. I’m not sure if this has any bearing on my issue.
I see no errors in home-assistant.log that are related to this issue, here’s an excerpt from the light bulb device:
2018-01-04 15:09:08 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: old_state=None, new_state=<sta
te light.corner_table_lamp_level=off; friendly_name=Corner Table Lamp, value_instance=1, icon=mdi:lamp, supported_features=1, s
tate_card_mode=break-slider, node_id=20, hide_control=False, old_entity_id=light.corner_table_lamp_level_20_0, value_id=7205759
4378289153, value_index=0, new_entity_id=light.corner_table_lamp_level, custom_ui_state_card=state-card-custom-ui, slider_theme
=min=0, max=255, pin=True, off_when_min=False, show_last_changed=True @ 2018-01-04T15:09:08.707031-08:00>, entity_id=light.corn
er_table_lamp_level>
2018-01-04 15:09:08 DEBUG (Dummy-14) [libopenzwave] notif_callback : end
2018-01-04 15:09:08 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 1803147344: Sending {'event': {'data': {'old_state': None, 'new_state': <state light.corner_table_lamp_level=off; friendly_name=Corner Table Lamp, value_instance=1, icon=mdi:lamp, supported_features=1, state_card_mode=break-slider, node_id=20, hide_control=False, old_entity_id=light.corner_table_lamp_level_20_0, value_id=72057594378289153, value_index=0, new_entity_id=light.corner_table_lamp_level, custom_ui_state_card=state-card-custom-ui, slider_theme=min=0, max=255, pin=True, off_when_min=False, show_last_changed=True @ 2018-01-04T15:09:08.707031-08:00>, 'entity_id': 'light.corner_table_lamp_level'}, 'time_fired': datetime.datetime(2018, 1, 4, 23, 9, 8, 707268, tzinfo=<UTC>), 'origin': 'LOCAL', 'event_type': 'state_changed'}, 'id': 2, 'type': 'event'}
If anyone has any other ideas, they would be greatly appreciated. I’m probably blind to the issue at this point since I’ve been digging through everything so much.