dmamontov/hass-ledfx

Add the led fx integration name before the entity

Closed this issue · 5 comments

Can you add the Led FX integration name to your integration before the entity name? This is necessary to eliminate confusion about what the entity is and what it is responsible for

This is what the name of the WLED entity looks like
image

This is what the name of the WLED entity looks like through Led FX integration. Where you can see that the number 2 is at the end, which is not very correct. It would be necessary to make the led fx_ stand in front of any entity, so that it looks like this light.ledfx_wled_monitor
image


Of course I can rename the devices in the LedFX addon itself, but it would probably be better if for some reason the devices were not renamed or forgot to rename them, then before the entity name should be added ledfx

image
image

the integration uses id and not name to generate the code, this is correct. I think I can do it as an extreme opportunity. But this will not be a priority. You can always just change this in your hass settings.

Thank you for your job Dimitri.

I'm searching for the same as well. I don't know how to combine all entities (or attributes). It's difficult to find them.

I try the example in performance documentation to have the card as you show but I didn't succeed
This part is not working for me ( device id, I tried a lot of things but never have any result)
It seems that auto-entities have changed because this combination is not working. I tried a lot of other combinations but no luck

  include:
    - attributes:
        device: <your_device_id>
      not:
        state: unavailable

EDITED: It was may bad ... device : wled
which is in attribute

I'm a little out of the loop right now. You can send the full configuration of the card so that I can see all the attributes of the device.

No problem Dimitri.
I found that device_id in your documentation is refering to the Ledfx console information. None of the display in HA ledfx integration mention the same name.

I expose another situation:
I have 2 ledfx instances on 2 servers and when I integrated both in HA, wled devices from the second ledfx instance was also present in the first ledfx instance. This was giving a little bit of mess... So I removed one of the 2 as a workaround.

Be safe and in peace
Zigomatic