cinzas / homeassistant-enigma-player

This is a custom component for the media_player and notify platforms of Home Assistant. Integrates with enigma2 images running OpenWebIf
58 stars 23 forks source link

Unique ID missing #10

Closed derdanman closed 2 months ago

derdanman commented 8 months ago

Hi, thanks for your work.

Seems like you missed asigning unique ID to the entities you create.

This prevents us from assigning areas or icons to these entities.

This might be a very small change with great benefits.

steveuk23 commented 2 months ago

I'm also wanting this seen as the official integration isn't working that great. Yours addon is working great @cinzas but it would be great to be able to add a unique_id Thanks

cinzas commented 2 months ago

Hi @steveuk23 , @derdanman .

I will have a look on to it. Since it doesn't bother me, I never noticed. May need to think of a way to get a uniqueid. The MAC is a good idea.

I also need to add a icon to the component.

steveuk23 commented 2 months ago

Hi @steveuk23 , @derdanman .

I will have a look on to it. Since it doesn't bother me, I never noticed. May need to think of a way to get a uniqueid. The MAC is a good idea.

I also need to add a icon to the component.

Thank you. I wish I could help but it's a bit beyond me, I thought it was Home Assistant that dealt with the uniqueid I didn't realise the integration/add-on had to. Thanks again

cinzas commented 2 months ago

Hi

I have implemented the uniqueid. V1.9 is released

image

Also, many thanks to @hoffmann202 for his updates.