core/homeassistant
Dave T 51be7d53d6
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 01:30:29 +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 01:30:29 +01:00
generated Add support for TP-Link KL400L5 (#58944) 2021-11-02 12:23:30 -05:00
helpers Use async_track_utc_time_change to schedule short term statistics (#58903) 2021-11-01 10:49:54 -07:00
scripts
util Fix recursive limit in find_next_time_expression_time (#58914) 2021-11-02 00:11:17 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py
const.py Add entity category 'system' (#58595) 2021-10-28 14:36:41 +02:00
core.py
data_entry_flow.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
exceptions.py
loader.py Ensure domain is correct format (#58429) 2021-10-25 15:56:07 -07:00
package_constraints.txt Bump async-upnp-client to 0.22.11 (#58803) 2021-10-31 16:16:50 +01:00
requirements.py
runner.py
setup.py
strings.json