-
- Downloads
Adjust automation to plural triggers/conditions/actions keys (#123823)
* Adjust automation to plural triggers/conditions/actions keys * Fix some tests * Adjust websocket tests * Fix search tests * Convert blueprint and blueprint inputs to modern schema * Pass schema when creating Blueprint object * Update tests * Adjust websocket api --------- Co-authored-by:Joostlek <joostlek@outlook.com> Co-authored-by:
Erik <erik@montnemery.com>
Showing
- homeassistant/components/automation/__init__.py 7 additions, 7 deletionshomeassistant/components/automation/__init__.py
- homeassistant/components/automation/config.py 54 additions, 11 deletionshomeassistant/components/automation/config.py
- homeassistant/components/automation/const.py 2 additions, 0 deletionshomeassistant/components/automation/const.py
- homeassistant/components/automation/helpers.py 9 additions, 1 deletionhomeassistant/components/automation/helpers.py
- homeassistant/components/blueprint/__init__.py 1 addition, 1 deletionhomeassistant/components/blueprint/__init__.py
- homeassistant/components/blueprint/importer.py 11 additions, 7 deletionshomeassistant/components/blueprint/importer.py
- homeassistant/components/blueprint/models.py 9 additions, 3 deletionshomeassistant/components/blueprint/models.py
- homeassistant/components/blueprint/websocket_api.py 4 additions, 1 deletionhomeassistant/components/blueprint/websocket_api.py
- homeassistant/components/config/automation.py 10 additions, 1 deletionhomeassistant/components/config/automation.py
- homeassistant/components/script/helpers.py 7 additions, 2 deletionshomeassistant/components/script/helpers.py
- homeassistant/components/websocket_api/commands.py 10 additions, 6 deletionshomeassistant/components/websocket_api/commands.py
- tests/components/automation/test_blueprint.py 4 additions, 1 deletiontests/components/automation/test_blueprint.py
- tests/components/automation/test_init.py 217 additions, 61 deletionstests/components/automation/test_init.py
- tests/components/automation/test_recorder.py 1 addition, 1 deletiontests/components/automation/test_recorder.py
- tests/components/blueprint/test_default_blueprints.py 2 additions, 2 deletionstests/components/blueprint/test_default_blueprints.py
- tests/components/blueprint/test_models.py 20 additions, 9 deletionstests/components/blueprint/test_models.py
- tests/components/blueprint/test_websocket_api.py 17 additions, 6 deletionstests/components/blueprint/test_websocket_api.py
- tests/components/config/test_automation.py 24 additions, 9 deletionstests/components/config/test_automation.py
- tests/components/device_automation/test_init.py 4 additions, 4 deletionstests/components/device_automation/test_init.py
- tests/components/script/test_blueprint.py 9 additions, 2 deletionstests/components/script/test_blueprint.py
Loading
Please register or sign in to comment