home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

Unable to tune brightness for lights inside more info dialog for groups #237

Closed ghost closed 5 years ago

ghost commented 5 years ago

move[bot] commented on Oct 28, 2018, 12:14 PM UTC:

jhaals commented on Oct 27, 2018, 3:14 PM UTC:

Home Assistant release with the issue: 0.81.0

Last working Home Assistant release (if known): Has not seen this working in previous releases

Operating environment (Hass.io/Docker/Windows/etc.): Firefox/Chrome

Description of problem:

When I'm clicking a group in lovelace I get to the "more info box"(see screenshot). I'm expecting to be able to click the Window bulb to tune it's brightness, this works in the old UI.

screenshot 2018-10-27 at 17 05 31

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant): ui-lovelace.yaml

...
  - title: Tuning
    # Optional unique id for direct access /lovelace/${id}
    id: tune
    cards:
        # Entities card will take a list of entities and show their state.
      - id: fb6d21bbccf145f4b184b080bc9efcf5  # Automatically created id
        type: entities
        show_state: false
        entities:
          - group.kitchen
          - group.livingroom
...

This issue was moved by fabaff from home-assistant/home-assistant#17876.

This issue was moved by iantrich from home-assistant/home-assistant-polymer#1903.

ghost commented 5 years ago

@iantrich commented on Oct 28, 2018, 12:18 PM UTC:

Im on mobile right now so can't verify. But think you want to use light group instead of just group

ghost commented 5 years ago

@balloob commented on Oct 28, 2018, 1:23 PM UTC:

This has nothing to do with lovelace, this is about the more info dialog. "I'm expecting to be able to click the Window bulb". Window bulb?

ghost commented 5 years ago

@jhaals commented on Oct 29, 2018, 10:29 AM UTC:

Hi!

First of all sorry if the initial description is unclear, I felt a bit restricted by the issue template. I don't know if this is something in the more info dialog or lovelace but it's defensively a feature I'm missing.

So for some more context if I was unclear.

I have an entities card in lovelace. One of the entities are a group.livingroom, that group includes, light., switch and media_player. I can click the livingroom group to see the group entities(at the screenshot shows), but I'm unable to click the "Window" bulb to set it's brightness. I'm expecting to be able to click the icon on individual entities in a group to change their individual settings.

ghost commented 5 years ago

@balloob commented on Oct 29, 2018, 11:07 AM UTC:

Diving further into group entities from a group more info dialog is not currently possible.

ghost commented 5 years ago

@jhaals commented on Oct 29, 2018, 12:31 PM UTC:

Thanks for updating the title balloob.

iantrich commented 5 years ago

duplicate of https://github.com/home-assistant/ui-schema/issues/206