core/homeassistant
Tsvi Mostovicz 12215c51b3
Fix Jewish calendar unique id's (#117985)
* Initial commit

* Fix updating of unique id

* Add testing to check the unique id is being updated correctly

* Reload the config entry and confirm the unique id has not been changed

* Move updating unique_id to __init__.py as suggested

* Change the config_entry variable's name back from config to config_entry

* Move the loop into the update_unique_ids method

* Move test from test_config_flow to test_init

* Try an early optimization to check if we need to update the unique ids

* Mention the correct version

* Implement suggestions

* Ensure all entities are migrated correctly

* Just to be sure keep the previous assertion as well
2024-05-30 18:27:15 +02:00
..
auth Add ws endpoint to remove expiration date from refresh tokens (#117546) 2024-05-29 09:09:59 +02:00
backports
brands
components Fix Jewish calendar unique id's (#117985) 2024-05-30 18:27:15 +02:00
generated New official genie garage integration (#117020) 2024-05-29 16:13:28 -04:00
helpers Add allow_negative configuration option to DurationSelector (#116134) 2024-05-30 17:42:34 +02:00
scripts
util Add (deep)copy support to read only dict (#118204) 2024-05-26 23:05:45 -04:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Improve async_get_issue_tracker for custom integrations (#118016) 2024-05-24 09:55:05 +02:00
config.py
config_entries.py
const.py Bump version to 2024.7.0dev0 (#118399) 2024-05-29 20:54:49 +02:00
core.py Fix last_reported_timestamp not being updated when last_reported is changed (#118341) 2024-05-28 19:03:19 -10:00
data_entry_flow.py Rewrite flow handler to flow result conversion as a list comp (#118269) 2024-05-27 15:39:59 -10:00
exceptions.py
loader.py Improve async_get_issue_tracker for custom integrations (#118016) 2024-05-24 09:55:05 +02:00
package_constraints.txt Update frontend to 20240530.0 (#118489) 2024-05-30 16:55:49 +02:00
py.typed
requirements.py
runner.py
setup.py
strings.json