hass-core/homeassistant/components/matter
Martin Hjelmare 02192ddf82
Set Matter battery sensors as diagnostic (#95794)
* Set matter battery sensor to diagnostic

* Update tests

* Use new eve contact sensor dump across the board

* Assert entity category

* Complete typing
2023-07-04 14:54:37 +02:00
..
__init__.py Fix removal of orphaned Matter devices (#95044) 2023-06-22 11:13:14 +02:00
adapter.py Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02: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 Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
entity.py Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
helpers.py Change subscription logic for Matter devices (#95387) 2023-06-27 21:12:29 +02:00
light.py Fix Matter entity names (#95477) 2023-06-28 23:40:12 +02:00
lock.py Update matter locks to support pin code validation (#95481) 2023-06-29 11:29:54 +02:00
manifest.json Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
models.py
sensor.py Set Matter battery sensors as diagnostic (#95794) 2023-07-04 14:54:37 +02:00
services.yaml
strings.json Fix Matter entity names (#95477) 2023-06-28 23:40:12 +02:00
switch.py Add Matter Climate support (#95434) 2023-07-03 12:33:50 +02:00
util.py