Skip to content

Commit

Permalink
Updated translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Feb 7, 2024
1 parent d2de8c5 commit 7f5dd10
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions custom_components/sinapsi_alfa/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "abb_powerone_pvi_sunspec",
"name": "ABB/Power-One/FIMER PVI SunSpec",
"domain": "sinapsi_alfa",
"name": "Alfa by Sinapsi",
"codeowners": ["@alexdelprete"],
"config_flow": true,
"documentation": "https://github.com/alexdelprete/ha-abb-powerone-pvi-sunspec",
"documentation": "https://github.com/alexdelprete/ha-sinapsi-alfa",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/alexdelprete/ha-abb-powerone-pvi-sunspec/issues",
"loggers": ["custom_components.abb_powerone_pvi_sunspec"],
"issue_tracker": "https://github.com/alexdelprete/ha-sinapsi-alfa/issues",
"loggers": ["custom_components.sinapsi_alfa"],
"requirements": ["pymodbus>=3.5.4"],
"version": "3.3.2"
"version": "0.1.0"
}
10 changes: 5 additions & 5 deletions custom_components/sinapsi_alfa/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"config": {
"step": {
"user": {
"title": "Inverter Connection Configuration",
"description": "If you need help with the configuration go to: https://github.com/alexdelprete/ha-abb-powerone-pvi-sunspec",
"title": "Alfa Connection Configuration",
"description": "If you need help with the configuration go to: https://github.com/alexdelprete/ha-sinapsi-alfa",
"data": {
"name": "Custom Name of the inverter (used for sensors' prefix)",
"name": "Custom Name of the device (used for sensors' prefix)",
"host": "IP or hostname",
"port": "TCP port",
"slave_id": "Modbus Slave address of the inverter",
"slave_id": "Modbus Slave address of the device",
"base_addr": "Modbus Register Map Base Address",
"scan_interval": "Polling Period (min: 30s max: 600s)"
}
Expand All @@ -24,7 +24,7 @@
"options": {
"step": {
"init": {
"title": "Inverter Connection Options",
"title": "Alfa Connection Options",
"description": "Set Connection Options",
"data": {
"port": "TCP port",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Sinapsi Alfa",
"name": "Alfa by Sinapsi",
"homeassistant": "2023.11.0",
"content_in_root": false,
"render_readme": true,
Expand Down

0 comments on commit 7f5dd10

Please sign in to comment.