hass-core/homeassistant/components/matter
2024-07-23 10:10:32 +02:00
..
__init__.py Drop spurious log messages in Matter bridge device removal (#122036) 2024-07-16 23:55:33 +02:00
adapter.py Revert "Add mac address as connection for matter device (#121257)" (#122133) 2024-07-18 17:38:30 +02:00
addon.py
api.py
binary_sensor.py Fix state for Matter Locks (including optional door sensor) (#121665) 2024-07-10 10:32:42 +02:00
climate.py Listen for attribute changes of OnOff cluster in appliances (#121198) 2024-07-05 09:41:57 +02:00
config_flow.py
const.py
cover.py Fix Matter entity names (#120038) 2024-06-21 16:42:22 +02:00
diagnostics.py
discovery.py Use Generator from abc instead of typing_extensions in Matter discovery (#121236) 2024-07-04 20:06:23 +02:00
entity.py Fix Matter entity names (#120038) 2024-06-21 16:42:22 +02:00
event.py Fix several issues with the Matter Generic Switch Cluster (#122191) 2024-07-23 10:10:32 +02:00
fan.py Add TURN_OFF/TURN_ON feature flags for fan (#121447) 2024-07-19 11:35:24 +02:00
helpers.py
icons.json
light.py Read color temperature range from Matter device if supported (#122054) 2024-07-17 01:25:28 +02:00
lock.py Matter lock state follow-up (#121669) 2024-07-10 11:20:26 +02:00
manifest.json Bump python-matter-server to 6.2.2 (#121072) 2024-07-03 16:27:45 +02:00
models.py Fix Matter entity names (#120038) 2024-06-21 16:42:22 +02:00
number.py Add number platform to Matter integration (#119770) 2024-06-21 15:53:50 +02:00
select.py Add support for the Select platform in Matter (#119769) 2024-07-04 18:29:10 +02:00
sensor.py Fix several issues with the Matter Generic Switch Cluster (#122191) 2024-07-23 10:10:32 +02:00
strings.json Fix several issues with the Matter Generic Switch Cluster (#122191) 2024-07-23 10:10:32 +02:00
switch.py Fix Matter light discovery schema for DimmerSwitch (#121185) 2024-07-05 09:41:41 +02:00
util.py