mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Add strings and state attrs for ZHA 3 Phase current
This commit is contained in:
@@ -43,6 +43,8 @@ _EXTRA_STATE_ATTRIBUTES: set[str] = {
|
||||
"measurement_type",
|
||||
"apparent_power_max",
|
||||
"rms_current_max",
|
||||
"rms_current_max_ph_b",
|
||||
"rms_current_max_ph_c",
|
||||
"rms_voltage_max",
|
||||
"ac_frequency_max",
|
||||
"power_factor_max",
|
||||
|
@@ -944,6 +944,12 @@
|
||||
"instantaneous_demand": {
|
||||
"name": "Instantaneous demand"
|
||||
},
|
||||
"rms_current_ph_b": {
|
||||
"name": "Current Phase B"
|
||||
},
|
||||
"rms_current_ph_c": {
|
||||
"name": "Current Phase C"
|
||||
},
|
||||
"summation_delivered": {
|
||||
"name": "Summation delivered"
|
||||
},
|
||||
|
Reference in New Issue
Block a user