Skip to content

Commit

Permalink
minor bug fix (used wrong op code for home solar power) v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyphillips committed Mar 11, 2022
1 parent 62b9566 commit b7ea402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/echonetlite/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
},
0x02: {
0x87:{
0x79:{
0xE0: {
CONF_ICON: "mdi:flash",
CONF_TYPE: DEVICE_CLASS_POWER,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/echonetlite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"codeowners": [
"@scottyphillips"
],
"version": "3.4.2",
"version": "3.4.3",
"iot_class": "local_polling"
}

0 comments on commit b7ea402

Please sign in to comment.