-
Notifications
You must be signed in to change notification settings - Fork 792
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
Non-persistent entity IDs in Home Assistant #1756
Comments
This issue is stale because it has been open for 90 days with no activity. |
Still not fixed and VERY annoying. At latest on every update this causes trouble. |
This issue is stale because it has been open for 90 days with no activity. |
|
This issue is stale because it has been open for 90 days with no activity. |
|
This issue is stale because it has been open for 90 days with no activity. |
|
Describe the bug
I noticed that OMG always defaults its entity IDs. Custom set ones are ignored once entity ids are re-created.
To Reproduce
Steps to reproduce the behavior:
BT: Adaptive scan
switch, new entities are created:number.bt_interval_between_active_scans
andnumber.bt_interval_between_scans
number.esp_omg_kitchen_bt_interval_between_active_scans
andnumber.esp_omg_kitchen_bt_interval_between_scans
BT: Adaptive scan
switch, both interval number entities are removedBT: Adaptive scan
switch:Expected behavior
created interval number entities are restored as configured (
number.esp_omg_kitchen_bt_interval_between_active_scans
andnumber.esp_omg_kitchen_bt_interval_between_scans
)Actual behaviour:
created interval number entities default and ignore their previous names/IDs (
number.bt_interval_between_active_scans
andnumber.bt_interval_between_scans
)Environment (please complete the following information):
a046c8
Additional context
_2
etc.The text was updated successfully, but these errors were encountered: