core/tests/components/matter
Ludovic BOUÉ 3c60bff7dc
Add support for Matter EVSE devicetype (#137189)
* Binary sensors

* Add tests

* Update strings

* Enable testing

* Add command_timeout to MatterEntityDescription

* Add entities

* Update strings.json

* Add sensors

* Add tests

* Move command_timeout keyword to MatterGenericCommandSwitch

* Icons

* Update snapshots

* Add tests for switch entity

* Fix switch tests

* Rename states

* Update strings.json

* Update snapshot

* Rename charging switch

* Remove MatterEntity

* Update strings.json

* Update snapshots

* Update snaphots 2/2

* Update strings

* Update test binary
2025-04-04 17:57:22 +02:00
..
fixtures Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
snapshots Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
__init__.py
common.py
conftest.py Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
test_adapter.py
test_api.py
test_binary_sensor.py Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
test_button.py
test_climate.py
test_config_flow.py
test_cover.py
test_diagnostics.py
test_event.py Use correct default value for multi press buttons in the Matter integration (#141630) 2025-03-28 11:11:18 +01:00
test_fan.py
test_helpers.py
test_init.py
test_light.py
test_lock.py
test_number.py
test_select.py
test_sensor.py Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
test_switch.py Add support for Matter EVSE devicetype (#137189) 2025-04-04 17:57:22 +02:00
test_update.py
test_vacuum.py
test_valve.py