Corrected update script + trans

This commit is contained in:
Etienne G
2023-08-15 00:39:53 +10:00
parent e0afa9e82c
commit 23553f2044
3 changed files with 18 additions and 44 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import glob
BUILDS = [ BUILDS = [
"grott", "grott",
"grott-edge", "grott-current",
] ]
TRANSLATIONS_FOLDER = "translations" TRANSLATIONS_FOLDER = "translations"
+17 -5
View File
@@ -5,22 +5,34 @@ configuration:
description: Enable the verbose mode. Useful for debugging description: Enable the verbose mode. Useful for debugging
retain: retain:
name: Activate MQTT retain name: Activate MQTT retain
description: This allow to keep the values between reboot, prevent showing sensor values as unknown description: >-
This allow to keep the values between reboot, prevent showing sensor
values as unknown
gminrecl: gminrecl:
name: Minimum record length name: Minimum record length
description: The minimum packet length to be treated description: The minimum packet length to be treated
grott_mqtt: grott_mqtt:
name: Enable grott MQTT name: Enable grott MQTT
description: Allow grott to send MQTT messages. If your are using the grott_ha extension, you don't need this. If you are using the grott integration,m you need to enable it. description: >-
Allow grott to send MQTT messages. If your are using
the grott_ha extension, you don't need this.
If you are using the grott integration, you need to enable it.
ginvtype: ginvtype:
name: Inverter type name: Inverter type
description: "For changing the layout used for decoding (ex: sph, spf or tl3). Keep it on default if using inverter map." description: >-
For changing the layout used for decoding
(ex: sph, spf or tl3). Keep it on default if using inverter map.
ginvtypemap: ginvtypemap:
name: Inverter mapping name: Inverter mapping
description: 'An inverter mapping in the form {"SERIAL": "type"} e.g.: for an SPH6000 with serial "NWO00415E3" : {"NWO00415E3": "sph"}' description: >-
An inverter mapping in the form {"SERIAL": "type"}
e.g.: for an SPH6000 with serial "NWO00415E3" : {"NWO00415E3": "sph"}
ha_plugin: ha_plugin:
name: Home Assistant plugin name: Home Assistant plugin
description: "Enable the Home Assistant plugin. This will send the data to Home Assistant via the grott HA plugin. Can be disabled if you are using the grott integration." description: >-
Enable the Home Assistant plugin.
This will send the data to Home Assistant via the grott HA plugin.
Can be disabled if you are using the grott integration.
network: network:
5279/TCP: This is the port used by grott to receive datalogger information. 5279/TCP: This is the port used by grott to receive datalogger information.
-38
View File
@@ -1,38 +0,0 @@
---
configuration:
verbose:
name: Verbose mode
description: Enable the verbose mode. Useful for debugging
retain:
name: Activate MQTT retain
description: >-
This allow to keep the values between reboot, prevent showing sensor
values as unknown
gminrecl:
name: Minimum record length
description: The minimum packet length to be treated
grott_mqtt:
name: Enable grott MQTT
description: >-
Allow grott to send MQTT messages. If your are using
the grott_ha extension, you don't need this.
If you are using the grott integration, you need to enable it.
ginvtype:
name: Inverter type
description: >-
For changing the layout used for decoding
(ex: sph, spf or tl3). Keep it on default if using inverter map.
ginvtypemap:
name: Inverter mapping
description: >-
An inverter mapping in the form {"SERIAL": "type"}
e.g.: for an SPH6000 with serial "NWO00415E3" : {"NWO00415E3": "sph"}
ha_plugin:
name: Home Assistant plugin
description: >-
Enable the Home Assistant plugin.
This will send the data to Home Assistant via the grott HA plugin.
Can be disabled if you are using the grott integration.
network:
5279/TCP: This is the port used by grott to receive datalogger information.