question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sliders not visible since 2021-05 update for light-group entities if the light is off

See original GitHub issue

My Home Assistant version: 2021.05.x

My lovelace configuration method (GUI or yaml): GUI

What I am doing: Adding light group to UI with slider visible

What I expected to happen: Visible slider

What happened instead: No visible slider until light is turned on

Minimal steps to reproduce: Create light group, add light group entity to UI

# UI
entity: light.family_room_overhead_light
type: 'custom:slider-entity-row'
toggle: true
name: Family Room
# Light group (this is 4 identical RGBW bulbs, Inovelli Ilumin specifically)
light:
  - platform: group
    name: Family Room Overhead Light
    entities:
      - light.family_room_overhead_rgbw1
      - light.family_room_overhead_rgbw2
      - light.family_room_overhead_rgbw3
      - light.family_room_overhead_rgbw4

Error messages from the browser console: None

By putting an X in the boxes ([X]) below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the plugin.
  • Have followed the troubleshooting steps of the “Common Problems” section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:11
  • Comments:37 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Andrewpapscommented, Jun 4, 2021

Can also report fixed as of 17.1.0. Thanks for the work @thomasloven. And fixed on iOS after resetting frontend cache, thanks @ChrisBaker97.

3reactions
thomaslovencommented, Jun 4, 2021

Try 17.1.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

slider-entity-row - #202 by 19roland70 - Dashboards & Frontend
Sliders not visible since 2021-05 update for light-group entities if the light is off. opened 05:06PM - 11 May 21 UTC.
Read more >
3 different ways to group light entities in Home Assistant
The original way to group entities was by using the Group component. ... were not changed when the group was turned on or...
Read more >
Lights On/Off not working AND Cannot change Auto-Shutoff ...
I have no problem managing the individual lights (I can turn them on/off without issue). The problem is ONLY with the Light Group....
Read more >
What's a good way to show a slider that also has on/off toogle ...
If each light can be off or on with different brightness independently from the rest, you're going to have a long(er) list by...
Read more >
How to Create Light Groups In Home Assistant in 60 seconds
shorts This is how Light Groups work in Home Assistant and how you can create a Light Group in Home Assistant. 60 seconds...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found