core/tests/components/matter
Arturo e84a11963e
Add color support to matter lights (#87366)
* Added the correct attributes to ColorTemperatureLight and ExtendedColorLight and added CurrentY to codespell ignore word list

* Added enums for matter color modes

* Added support for reading color and color temperature settings from matter api

* Added away of getting the ColorControl featureMap while the get_cluster(ColorControl) function is fixed

* Initial working implementation of color and color temperature

* Full supports for lights with both hs and xy

* Added checks to make sure color features are supported before making matter call

* Changed how color mode is figured out

* Moved the logic that gets the brightness to its own function

* Adds matter light tests for hass triggered events

* Adds full test coverage for matter all types of matter lights

* Adds full test coverage for matter all types of matter lights

* Moved light convertion logic to util.py

* Reorderd codespell ignore list and removed unused code

* Adds brightness state test
2023-02-07 20:44:02 +01:00
..
fixtures Add color support to matter lights (#87366) 2023-02-07 20:44:02 +01:00
__init__.py
common.py
conftest.py Enable Ruff PT015 (#86775) 2023-01-27 11:10:29 +01:00
test_adapter.py Adjust device registry for Matter devices (#86108) 2023-01-18 17:17:33 +01:00
test_api.py
test_binary_sensor.py Add matter binary sensor platform (#83144) 2022-12-06 14:28:06 -05:00
test_config_flow.py Code styling tweaks to the tests - Part 2 (#86662) 2023-01-26 01:23:53 +01:00
test_diagnostics.py Adjust hass_client type hint in integration tests (#86954) 2023-02-02 16:29:57 -05:00
test_helpers.py Fix matter remove config entry device (#87571) 2023-02-06 22:41:52 +01:00
test_init.py Fix matter remove config entry device (#87571) 2023-02-06 22:41:52 +01:00
test_light.py Add color support to matter lights (#87366) 2023-02-07 20:44:02 +01:00
test_sensor.py Add matter sensor platform (#83147) 2022-12-06 21:39:00 +01:00
test_switch.py Adjust device registry for Matter devices (#86108) 2023-01-18 17:17:33 +01:00