core/homeassistant
Dave T dff98b024c
Aurora abb defer unique_id assignment during yaml import (#58887)
* Defer unique_id assignment during yaml import if dark

* Back out variable name change to simplify.

* Allow config flow yaml setup deferral.

* Fix deferred yaml import

* Code review: only wrap necessary lines in try blk

* Code review: catch possible duplicate unique_id

* Simplify assignment.

* Code review: use timedelta to retry yaml import

* Code review: if a different error occurs, raise it

* Remove current config entry if duplicate unique_id

* Code review: remove unnecessary line.

* Code review: revert change, leave to other PR.

* Code review: remove unnecessary patch & min->sec

* Remove unnecessary else after raise.

* Increase test coverage.

* Check the number of config entries at each stage

* Raise ConfigEntryNotReady when connection fails.

* Log & return false for error on yaml import
2021-11-03 10:50:01 +01:00
..
auth Bump pyotp to 2.6.0 (#58413) 2021-10-26 20:41:12 +02:00
components Aurora abb defer unique_id assignment during yaml import (#58887) 2021-11-03 10:50:01 +01:00
generated dlna_dmr: less eager discovery (#58780) 2021-10-31 20:23:59 -07:00
helpers Mobile app to update entity registry on re-register sensors (#58378) 2021-10-31 20:23:51 -07:00
scripts
util Fix recursive limit in find_next_time_expression_time (#58914) 2021-11-02 11:28:35 -07:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py Index in-progress flows to avoid linear search (#58146) 2021-10-22 07:19:49 -10:00
const.py Bumped version to 2021.11.0b5 2021-11-02 11:28:43 -07:00
core.py
data_entry_flow.py Index in-progress flows to avoid linear search (#58146) 2021-10-22 07:19:49 -10:00
exceptions.py
loader.py Ensure domain is correct format (#58429) 2021-10-25 15:56:07 -07:00
package_constraints.txt Bump zeroconf 0.36.11 (#58755) 2021-10-31 20:23:56 -07:00
requirements.py
runner.py
setup.py
strings.json