Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#44 fix text in config #48

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.DS_Store
__pycache__
__pycache__
doc/~*.*
2 changes: 1 addition & 1 deletion custom_components/solax_http/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"name": "SolaX HTTP API",
"requirements": [],
"issue_tracker": "https://github.com/PatrikTrestik/homeassistant-solax-http/issues",
"version": "1.2.7"
"version": "1.2.8"
}
4 changes: 2 additions & 2 deletions custom_components/solax_http/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX in LAN",
"serial_number": "HTTP API password (SN)",
"serial_number": "EV Charger API password (default is Reg.No.)",
"scan_interval": "The polling frequency of the Http API in seconds"
}
}
Expand All @@ -27,7 +27,7 @@
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX in LAN",
"serial_number": "HTTP API password (SN)",
"serial_number": "EV Charger API password (default is Reg.No.)",
"scan_interval": "The polling frequency of the Http API in seconds"
}
}
Expand Down
4 changes: 2 additions & 2 deletions custom_components/solax_http/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX in LAN",
"serial_number": "HTTP API password (SN)",
"serial_number": "EV Charger API password (default is Reg.No.)",
"scan_interval": "The polling frequency of the Http API in seconds"
}
}
Expand All @@ -27,7 +27,7 @@
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX in LAN",
"serial_number": "HTTP API password (SN)",
"serial_number": "EV Charger API password (default is Reg.No.)",
"scan_interval": "The polling frequency of the Http API in seconds"
}
}
Expand Down
Binary file modified doc/Mapping.xlsx
Binary file not shown.
Loading