mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add voltage per phase (#21319)
This commit is contained in:
committed by
Fabian Affolter
parent
2f7b4ed7f0
commit
197303b63e
@@ -147,6 +147,18 @@ async def async_setup_platform(hass, config, async_add_entities,
|
|||||||
'Voltage Swells Phase L3',
|
'Voltage Swells Phase L3',
|
||||||
obis_ref.VOLTAGE_SWELL_L3_COUNT
|
obis_ref.VOLTAGE_SWELL_L3_COUNT
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'Voltage Phase L1',
|
||||||
|
obis_ref.INSTANTANEOUS_VOLTAGE_L1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'Voltage Phase L2',
|
||||||
|
obis_ref.INSTANTANEOUS_VOLTAGE_L2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'Voltage Phase L3',
|
||||||
|
obis_ref.INSTANTANEOUS_VOLTAGE_L3
|
||||||
|
],
|
||||||
]
|
]
|
||||||
|
|
||||||
# Generate device entities
|
# Generate device entities
|
||||||
|
Reference in New Issue
Block a user