Skip to content

Commit

Permalink
#44 fix text in config
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikTrestik committed Dec 17, 2024
1 parent ef46b20 commit c29ae15
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
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.

0 comments on commit c29ae15

Please sign in to comment.