core/homeassistant/components/zha
MattWestb 0854f29b7c
Fix zha RMS voltage (#84689)
Fix RMS Voltage.

class ElectricalMeasurementRMSVoltage(ElectricalMeasurement, id_suffix="rms_voltage"): is using CURRENT as unit but shall being VOLTAGE.

Fix: https://github.com/home-assistant/core/issues/84537
2022-12-28 09:27:17 -05:00
..
core String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00
translations
__init__.py
alarm_control_panel.py
api.py String formatting and max line length - Part 6 (#84525) 2022-12-24 13:19:51 +01:00
backup.py
binary_sensor.py
button.py
climate.py
config_flow.py
cover.py
device_action.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00
device_tracker.py
device_trigger.py
diagnostics.py
entity.py
fan.py String formatting and max line length - Part 7 (#84532) 2022-12-27 11:18:56 +01:00
light.py
lock.py
logbook.py
manifest.json Add ZHA Zeroconf discovery for SLZB-06 (#84111) 2022-12-21 15:51:38 +01:00
number.py
radio_manager.py
select.py
sensor.py Fix zha RMS voltage (#84689) 2022-12-28 09:27:17 -05:00
services.yaml
siren.py
strings.json
switch.py