Skip to content

Commit

Permalink
fix: correct typo in comments and add ECOMAX to VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Dec 23, 2024
1 parent ec50d3c commit ed3effd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"clientsession",
"codespell",
"colorlog",
"ECOMAX",
"econet",
"ecoster",
"hass",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/econet300/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def can_add_number_entity(key: str, coordinator: EconetDataCoordinator):
controller_id,
)
return False
# Check for paramsEdits availability for othr controllers
# Check for paramsEdits availability for other controllers
return (
coordinator.has_param_edit_data(key)
and coordinator.data["paramsEdits"][key]
Expand Down

0 comments on commit ed3effd

Please sign in to comment.