core/homeassistant/components/matter
Ludovic BOUÉ b370893e58
Add support for OperationalState Attribute from Matter OperationalState cluster (#125627)
2024-09-24 21:30:30 +02:00
..
__init__.py
adapter.py Fix Matter Model ID for bridged devices (#126059) 2024-09-23 10:15:07 +02:00
addon.py
api.py
binary_sensor.py Add discovery schemas for Matter Smoke and CO Alarm Cluster (#126622) 2024-09-24 18:23:45 +02:00
climate.py Extend the lists of Matter climate devices that need special treatment (#126644) 2024-09-24 19:34:34 +02:00
config_flow.py
const.py
cover.py
diagnostics.py
discovery.py Fix duplicate power sensors for Matter 1.3 powerplugs (#126269) 2024-09-20 12:05:19 +02:00
entity.py
event.py
fan.py
helpers.py
icons.json Add support for OperationalState Attribute from Matter OperationalState cluster (#125627) 2024-09-24 21:30:30 +02:00
light.py
lock.py
manifest.json Bump Python Matter Server to 6.5.2 (#126636) 2024-09-24 15:33:08 +02:00
models.py Fix duplicate power sensors for Matter 1.3 powerplugs (#126269) 2024-09-20 12:05:19 +02:00
number.py Add Pressure and Altitude discovery schemas for Matter Eve Weather device (#125690) 2024-09-24 17:59:58 +02:00
select.py Prevent KeyError when Matter device has invalid value for ModeSelect (#126672) 2024-09-24 19:36:09 +02:00
sensor.py Add support for OperationalState Attribute from Matter OperationalState cluster (#125627) 2024-09-24 21:30:30 +02:00
strings.json Add support for OperationalState Attribute from Matter OperationalState cluster (#125627) 2024-09-24 21:30:30 +02:00
switch.py
update.py
util.py