Skip to content

Commit

Permalink
fix grama
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Nov 10, 2024
1 parent 049ffa4 commit 6f3e07e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"editor.defaultFormatter": "vscode.json-language-features"
},
"cSpell.words": [
"homeassistant"
"homeassistant",
"MILLIWATT",
"PARAMSUNITSNAMES"
],
}
4 changes: 2 additions & 2 deletions custom_components/econet300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
## Map names for params data in API_REG_PARAMS_DATA_URI
API_RM_CURRENT_DATA_PARAMS_URI = "rmCurrentDataParams"

## Mapunits for params data map API_RM_CURRENT_DATA_PARAMS_URI
## Map units for params data map API_RM_CURRENT_DATA_PARAMS_URI
API_RM_PARAMSUNITSNAMES_URI = "rmParamsUnitsNames"

# Boiler staus keys map
# Boiler status keys map
# boiler mode names from endpoint http://LocalIP/econet/rmParamsEnums?
OPERATION_MODE_NAMES = {
0: STATE_OFF,
Expand Down

0 comments on commit 6f3e07e

Please sign in to comment.