pawlizio / my_velux

Custom component of velux integration for Home Assistant
31 stars 9 forks source link

Entities renamed / unavaible #39

Closed pergolafabio closed 7 months ago

pergolafabio commented 8 months ago

Hey, not sure what happened, but all my entities were unavaible? Seems theye were doubled in HA I think maybe of the last release?

i had like cover.velux .. => unavaible was renamed to: cover.velux_2

had to remove all the unavaible entities and renamed the new ones to the old ones

pawlizio commented 8 months ago

Ah yes, I also noticed that. Background is that give assistant want a unique_id of type string, however till now we simply used either serial number and it not available the node_id. Nope_id however was a number. So this is mainly caused to follow strict typing.

pergolafabio commented 8 months ago

I saw you were also helping to make an official PR ? Is this custom in final stages?

pawlizio commented 8 months ago

Yes, I made all the changes also on this custom, so they are in line to what I planned to merge to HA. However this PR was too big and there were other PRs running already for longer time.

thunderj27 commented 7 months ago

Hi All, I had the same issue. I also had to correct all my automations and scripts after renaming entitites because they were using device_id (which have also changed). _PS: My automations and scripts are now using with entityids. I believe that it will be easier to maintain if it happens again.