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

Shelly integration lists seperate integrations with 1 device in each #48820

Closed
Veldkornet opened this issue Apr 8, 2021 · 5 comments
Closed
Assignees

Comments

@Veldkornet
Copy link

The problem

In the Configuration -> Integrations menu, the Shelly integration shows a list of the Shelly devices connected. When selecting one of those in a list, you get taken to a new screen where it only shows one device. You then need to select this device again, which then shows you a list with only the one device, and you then need to select that again in order to actually see the information that you wanted to see in the first place. If working through multiple devices, you end up clicking back and forth through menus much more than what is needed.
Preferably, this should work as the ZWave-js integration works (for example) where all the devices are available on the top integration.

See screenshots below.

What is version of Home Assistant Core has the issue?

core-2021.4.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Shelly

Link to integration documentation on our website

https://www.home-assistant.io/integrations/shelly/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Current Shelly layout:

  1. Top Level Shelly Integration, select a device in the list:
    1

  2. The integration now shows one device, select the device:
    2

  3. You are now again shown another list with only 1 device.......
    3

Current ZWave-JS layout (example):

  1. Example of the Zwave integration which shows all the devices on the top level
    4

  2. Selecting the devices from the above directly shows all of the devices.
    5

@probot-home-assistant
Copy link

Hey there @balloob, @bieniu, @thecode, @chemelli74, mind taking a look at this issue as its been labeled with an integration (shelly) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@bieniu
Copy link
Member

bieniu commented Apr 8, 2021

Integrations such as Z-Wave JS use a hub (Z-Wave controller). Devices communicate with the HA via this hub, so they are grouped in one config entry. Shelly devices are independent, so they are not grouped.

@Veldkornet
Copy link
Author

Understandable, and I sort of assumed that this was why it’s done so.

However at the same time, it seems a bit pointless to click through the menus of the same device multiple times to get to the info.

@bieniu
Copy link
Member

bieniu commented Apr 8, 2021

This is by design and this is related to the frontend, not Shelly integration. If you want to open feature request go to frontend discussion section https://github.com/home-assistant/frontend/discussions/category_choices
This issue should be closed.

@Veldkornet
Copy link
Author

Discussion: home-assistant/frontend#8856

@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants