Skip to content

Commit

Permalink
#794b1
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 committed Mar 21, 2024
1 parent 176d15b commit 96e5af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.6"],
"version": "2024.03.6"
"version": "2024.03.6.1"
}
2 changes: 2 additions & 0 deletions custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -6177,6 +6177,7 @@ def value_function_remotecontrol_autorepeat_remaining(initval, descr, datadict):
allowedtypes = MIC | GEN,
entity_category = EntityCategory.DIAGNOSTIC,
icon = "mdi:information",
blacklist=('MU802T',)
),
SolaXModbusSensorEntityDescription(
name = "Firmware Version ARM",
Expand All @@ -6187,6 +6188,7 @@ def value_function_remotecontrol_autorepeat_remaining(initval, descr, datadict):
allowedtypes = MIC | GEN,
entity_category = EntityCategory.DIAGNOSTIC,
icon = "mdi:information",
blacklist=('MU802T',)
),
SolaXModbusSensorEntityDescription(
name = "Firmware Version DSP",
Expand Down

0 comments on commit 96e5af8

Please sign in to comment.