Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE authored Aug 4, 2021
1 parent 66eed01 commit 724dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sunspec/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"V": [ELECTRIC_POTENTIAL_VOLT, ICON_VOLT, DEVICE_CLASS_VOLTAGE],
"VA": [POWER_VOLT_AMPERE, ICON_POWER, DEVICE_CLASS_POWER],
"W": [POWER_WATT, ICON_POWER, DEVICE_CLASS_POWER],
"W/m2": [IRRADIATION_WATTS_PER_SQUARE_METER, ICON_DEFAULT, None],
"W/m2": [IRRADIATION_WATTS_PER_SQUARE_METER, ICON_DEFAULT, None],
"Wh": [ENERGY_WATT_HOUR, ICON_ENERGY, DEVICE_CLASS_ENERGY],
"WH": [ENERGY_WATT_HOUR, ICON_ENERGY, DEVICE_CLASS_ENERGY],
"bps": [DATA_RATE_BITS_PER_SECOND, ICON_DEFAULT, None],
Expand Down

0 comments on commit 724dce3

Please sign in to comment.