hass-core/tests/components/config
Joost Lekkerkerker a1906b434f
Change trigger platform key to trigger (#124357)
* fix

* Fix

* Fix

* Update homeassistant/helpers/config_validation.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Fix

* Fix

* Fix

* Fix

* Add more tests

* Fix

* Fix tests

* Add tests

* Let's see what the CI does

* It fails on the code that tested the thing ofc

* It fails on the code that tested the thing ofc

* Revert test thingy

* Now the test works again, lovely

* Another one

* Fix websocket thingy

* Only copy when needed

* Improve comment

* Remove test

* Fix docstring

* I think this now also work since this transforms trigger to platform

* Add comment

* Update homeassistant/helpers/config_validation.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/helpers/config_validation.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/helpers/config_validation.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Check for mapping

* Add test

* Update homeassistant/helpers/config_validation.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update test to also test for trigger keys

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-09-25 14:19:58 +02:00
..
__init__.py
conftest.py Import Generator from collections.abc (2) (#120915) 2024-07-01 11:58:49 +02:00
test_area_registry.py Frontend wants a timestamp for the created_at/modified_at attributes (#122377) 2024-07-22 14:10:16 +02:00
test_auth.py Improve type hints in config tests (#119055) 2024-06-07 11:40:03 +02:00
test_auth_provider_homeassistant.py Improve add user error messages (#120909) 2024-07-01 18:27:40 +02:00
test_automation.py Change trigger platform key to trigger (#124357) 2024-09-25 14:19:58 +02:00
test_category_registry.py Add created_at/modified_at to category registry (#122454) 2024-07-23 14:39:38 +02:00
test_config_entries.py Index config entry discovery_keys by discovery domain (#126563) 2024-09-23 21:48:11 +02:00
test_core.py Update import locations in tests (#122216) 2024-07-20 11:16:04 +02:00
test_device_registry.py Add missing hass type hint in component tests (c) (#124067) 2024-08-18 15:35:31 +02:00
test_entity_registry.py Add has_entity_name to entity display dict and fix name (#125832) 2024-09-19 11:35:44 +02:00
test_floor_registry.py Frontend wants a timestamp for the created_at/modified_at attributes (#122377) 2024-07-22 14:10:16 +02:00
test_init.py Add empty line after module docstring [tests a-e] (#112708) 2024-03-08 08:50:25 -05:00
test_label_registry.py Frontend wants a timestamp for the created_at/modified_at attributes (#122377) 2024-07-22 14:10:16 +02:00
test_scene.py Update import locations in tests (#122216) 2024-07-20 11:16:04 +02:00
test_script.py Update import locations in tests (#122216) 2024-07-20 11:16:04 +02:00