core/homeassistant/components/config
Erik Montnemery 7cd0fe3c5f
Don't reload other automations when saving an automation (#80254)
* Only reload modified automation

* Correct check for existing automation

* Add tests

* Remove the new service, improve ReloadServiceHelper

* Revert unneeded changes

* Update tests

* Address review comments

* Improve test coverage

* Address review comments

* Tweak reloader code + add a targetted test

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Explain the tests + add more variations

* Fix copy-paste mistake in test

* Rephrase explanation of expected test outcome

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-16 15:58:57 +02:00
..
__init__.py Improve generic event typing [EventComponentLoaded] (#114739) 2024-04-06 14:18:03 +02:00
area_registry.py Add WebSocket support for handling labels on areas registry (#113755) 2024-03-18 22:17:13 +01:00
auth.py
auth_provider_homeassistant.py
automation.py Don't reload other automations when saving an automation (#80254) 2024-04-16 15:58:57 +02:00
category_registry.py Update empty line formatting after module docstring (#114040) 2024-03-23 00:27:57 +01:00
config_entries.py
const.py
core.py
device_registry.py
entity_registry.py
floor_registry.py Default floor level to None (and allow unsetting it) (#114249) 2024-03-26 18:58:25 +01:00
label_registry.py
manifest.json
scene.py
script.py
services.yaml
view.py