hass-core/homeassistant/components/matter
2023-09-05 13:10:14 +02:00
..
__init__.py Use asyncio.timeout [i-n] (#98450) 2023-08-15 14:32:15 +02:00
adapter.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
addon.py
api.py
binary_sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
climate.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
config_flow.py
const.py
cover.py Fix Matter entity names (#95477) 2023-06-28 23:40:12 +02:00
diagnostics.py
discovery.py Add Event platform to Matter (#97219) 2023-07-26 12:19:23 +02:00
entity.py Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04:00
event.py Fix long press event for matter generic switch (#99645) 2023-09-05 13:10:14 +02:00
helpers.py Change subscription logic for Matter devices (#95387) 2023-06-27 21:12:29 +02:00
light.py Add guard for missing xy color support in Matter light platform (#97251) 2023-07-26 11:37:13 +02:00
lock.py Update matter locks to support pin code validation (#95481) 2023-06-29 11:29:54 +02:00
manifest.json Add Event platform to Matter (#97219) 2023-07-26 12:19:23 +02:00
models.py
sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
services.yaml Migrate Matter services to support translations (#96406) 2023-07-12 15:36:57 +02:00
strings.json Fix typo Lomng -> Long (#97315) 2023-07-27 08:58:52 +02:00
switch.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
util.py