core/homeassistant/components/config
Erik Montnemery 17401cbc29
Initial automation tracing (#46755)
* Initial prototype of automation tracing

* Small fixes

* Lint

* Move trace helpers to its own file

* Improve trace for state and numeric_state conditions

* Tweaks + apply suggestions from code review

* Index traces by automation_id, trace while script is running

* Refactor condition tracing

* Improve WS API to get traces for single automation

* Add tests

* Fix imports

* Fix imports

* Address review comments

* Cap logging of loops

* Remove unused ContextVar action_config
2021-03-04 14:16:24 +01:00
..
__init__.py Fix deprecated asyncio.wait use with coroutines (#44981) 2021-02-10 14:16:58 +01:00
area_registry.py Make some Area and EntityRegistry member functions callbacks (#46433) 2021-02-12 17:00:35 +01:00
auth.py Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
auth_provider_homeassistant.py Make "invalid password" error message clearer (#43853) 2020-12-02 14:24:47 +01:00
automation.py Initial automation tracing (#46755) 2021-03-04 14:16:24 +01:00
config_entries.py Add support for disabling config entries (#46779) 2021-02-20 19:21:39 -08:00
core.py
customize.py
device_registry.py Support disabling devices (#43293) 2020-11-26 16:45:02 +01:00
entity_registry.py Slightly improve error message in case of duplicate entity IDs (#45424) 2021-01-22 09:16:13 -05:00
group.py
manifest.json
scene.py
script.py
services.yaml
zwave.py