core/homeassistant/components/matter
Marcel van der Veldt d7c713d18d
Fix typo in Matter lock platform (#122536)
2024-07-24 20:12:51 +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
diagnostics.py
discovery.py Add Matter update entities for devices with OTA requestor (#120304) 2024-07-23 15:25:02 +02:00
entity.py Disable polling for Matter entities by default (#122452) 2024-07-23 13:43:12 +02:00
event.py Matter event follow up (#122553) 2024-07-24 20:12:20 +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 Fix typo in Matter lock platform (#122536) 2024-07-24 20:12:51 +02:00
manifest.json Add Matter update entities for devices with OTA requestor (#120304) 2024-07-23 15:25:02 +02:00
models.py
number.py
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 Matter event follow up (#122553) 2024-07-24 20:12:20 +02:00
switch.py Fix Matter light discovery schema for DimmerSwitch (#121185) 2024-07-05 09:41:41 +02:00
update.py Add Matter update entities for devices with OTA requestor (#120304) 2024-07-23 15:25:02 +02:00
util.py