core/homeassistant/components/konnected
J. Nick Koston 74c23c3e96
Add support for reload_on_update to _abort_if_unique_id_configured (#38638)
* Add support for reload_on_update to _abort_if_unique_id_configured

async_update_entry now avoids firing update listeners and writing
the storage if there are no actual changes.

* Actually add the tests

* collapse branch

* Update homeassistant/config_entries.py

Co-authored-by: Franck Nijhof <git@frenck.dev>

* handle entries that lack the ability to reload

* reduce

* adjust konnected tests

* update axis tests

* fix blocking

* more mocking

* config flow tests outside of test_config_flow

* reduce

* volumio

* Update homeassistant/config_entries.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* set reload_on_update=False for integrations that implement self._abort_if_unique_id_configured(updates= and a reload listen

* get rid of copy

* revert test change

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-08-08 13:23:56 -05:00
..
translations [ci skip] Translation update 2020-07-26 00:04:14 +00:00
__init__.py Log lines do not end with a full stop (#37527) 2020-07-05 23:04:19 +02:00
binary_sensor.py
config_flow.py Add support for reload_on_update to _abort_if_unique_id_configured (#38638) 2020-08-08 13:23:56 -05:00
const.py
errors.py
handlers.py
manifest.json
panel.py Use chip id in Konnected pro boards (#36940) 2020-06-20 08:39:04 +02:00
sensor.py
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00
switch.py