hass-core/homeassistant/components/matter
Ludovic BOUÉ 8fff0075ba
Add Matter BatVoltage attribute from PowerSource cluster (#125503)
* Add BatVoltage Attribute from PowerSource Cluster

* Update sensor.py

Remove comment

* Update homeassistant/components/matter/sensor.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-09 14:50:01 +02:00
..
__init__.py Drop spurious log messages in Matter bridge device removal (#122036) 2024-07-16 23:55:33 +02:00
adapter.py Add model ID to Matter DeviceInfo (#125341) 2024-09-07 11:57:57 -04:00
addon.py
api.py Use PEP 695 for decorator typing (2) (#117639) 2024-05-17 16:31:01 +02:00
binary_sensor.py Fix state for Matter Locks (including optional door sensor) (#121665) 2024-07-10 10:32:42 +02:00
climate.py Matter handle FeatureMap update (#122544) 2024-07-31 20:37:57 +02:00
config_flow.py Replace pylint broad-except with Ruff BLE001 (#116250) 2024-05-07 14:00:27 +02:00
const.py
cover.py Fix Matter entity names (#120038) 2024-06-21 16:42:22 +02:00
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 Matter handle FeatureMap update (#122544) 2024-07-31 20:37:57 +02:00
helpers.py Fix Matter device ID for non-bridged composed device (#118256) 2024-05-28 12:47:46 +02:00
icons.json Add translation strings for Matter Fan presets (#118401) 2024-05-29 21:12:47 +02:00
light.py Update Matter light transition blocklist to include YNDX LightStrip (#124657) 2024-09-02 12:28:49 +02:00
lock.py Matter handle FeatureMap update (#122544) 2024-07-31 20:37:57 +02:00
manifest.json Add Matter update entities for devices with OTA requestor (#120304) 2024-07-23 15:25:02 +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 Prevent KeyError when Matter device sends invalid value for StartUpOnOff (#124280) 2024-08-25 15:06:16 +02:00
sensor.py Add Matter BatVoltage attribute from PowerSource cluster (#125503) 2024-09-09 14:50:01 +02:00
strings.json Extend Matter select entity (#122513) 2024-07-31 20:36:43 +02:00
switch.py Fix default turn_on without explicit preset or percentage in Matter Fan platform (#122591) 2024-07-29 12:03:40 +02:00
update.py Add default warning for installing matter device updates (#122597) 2024-07-31 18:23:40 +02:00
util.py