From 7f5dd10ae3c80ede2ea63eb5077c2c748b92ae67 Mon Sep 17 00:00:00 2001 From: Alessandro Del Prete Date: Wed, 7 Feb 2024 19:08:19 +0100 Subject: [PATCH] Updated translation strings --- custom_components/sinapsi_alfa/manifest.json | 12 ++++++------ custom_components/sinapsi_alfa/translations/en.json | 10 +++++----- hacs.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/custom_components/sinapsi_alfa/manifest.json b/custom_components/sinapsi_alfa/manifest.json index b46a45d..d465788 100644 --- a/custom_components/sinapsi_alfa/manifest.json +++ b/custom_components/sinapsi_alfa/manifest.json @@ -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" } \ No newline at end of file diff --git a/custom_components/sinapsi_alfa/translations/en.json b/custom_components/sinapsi_alfa/translations/en.json index 8b0f756..93becaa 100644 --- a/custom_components/sinapsi_alfa/translations/en.json +++ b/custom_components/sinapsi_alfa/translations/en.json @@ -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)" } @@ -24,7 +24,7 @@ "options": { "step": { "init": { - "title": "Inverter Connection Options", + "title": "Alfa Connection Options", "description": "Set Connection Options", "data": { "port": "TCP port", diff --git a/hacs.json b/hacs.json index ab5565e..f60b804 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Sinapsi Alfa", + "name": "Alfa by Sinapsi", "homeassistant": "2023.11.0", "content_in_root": false, "render_readme": true,