-
Notifications
You must be signed in to change notification settings - Fork 42
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
Area Info Gets Deleted on Reload or Restart #182
Comments
Have seen the same. |
It looks like mutiple things get reset at restart. Any entities hidden or disabled also come back to life on restart. |
I just gave all of my cameras (15) areas in HA. I've restarted once and they remained but will keep an eye on it. Similar behavior has been reported but so far no pattern or way to reproduce has been identified. |
I also have this issue on restarts. |
Just checked and mine have also disappeared. No doubt this has to do with the fact that the entities get deleted and recreated often. I suspect this is the cause of a lot of issues. |
+1 same here. While you can't specify the area in customize.yaml, I have been using this approach to force the names of the BI entities that are created by the addon so those too don't need to be re-config'd when this issue pops up. |
+1 Fresh install of HA this week and this has happened twice now. Not sure of the trigger so I've enabled debug on the integration and will feed back anything that seems useful. |
I really wish that the dev would acknowledge that this is a known issue. |
@TRusselo I've marked this as a bug. I also mentioned previously: No doubt this has to do with the fact that the entities get deleted and recreated often. I suspect this is the cause of a lot of issues. The original developer no longer uses BI so I try to fix/add things when I am able and have free time. Sadly, I do not have free time right now due to "life". I am sure there is a reason for why the entities get recreated often but I do not know what it is so until I have the time to fully understand it, I am hesitant to make big changes there. Who knows, it hopefully will be as simple as checking to see if Entity X exists and skipping over it. I welcome any PRs, thoughts, or replication steps on this project. It's a key part of my security system and I'd love to see it grow. |
thank you for the update. but take your time. "life" happens |
Upon integration reload or Home Assistant restart, all devices that have ben assigned to an area, lose their area information. If the information is manually entered, it gets deleted upon the next load of the integration. Area field is essential but not critical for using Dwain's Dashboard.
The text was updated successfully, but these errors were encountered: