Skip to content

Commit

Permalink
2024.08.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 committed Aug 6, 2024
1 parent bb71b7c commit 85bfc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/wills106/homsassistant-solax-modbus/issues",
"requirements": ["pymodbus>=3.6.8"],
"version": "2024.08.6"
"version": "2024.08.7"
}
4 changes: 2 additions & 2 deletions custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -4098,7 +4098,7 @@ def value_function_software_version_air_g4(initval, descr, datadict):
),
SolaXModbusSensorEntityDescription(
name = "Today's Solar Energy",
key = "today_solar_energy",
key = "today_s_solar_energy",
native_unit_of_measurement = UnitOfEnergy.KILO_WATT_HOUR,
icon = "mdi:solar-power",
device_class = SensorDeviceClass.ENERGY,
Expand All @@ -4124,7 +4124,7 @@ def value_function_software_version_air_g4(initval, descr, datadict):
),
SolaXModbusSensorEntityDescription(
name = "Total Solar Energy",
key = "total_solar_yield",
key = "total_solar_energy",
native_unit_of_measurement = UnitOfEnergy.KILO_WATT_HOUR,
icon = "mdi:solar-power",
device_class = SensorDeviceClass.ENERGY,
Expand Down

0 comments on commit 85bfc12

Please sign in to comment.