added translations for MQTT and partially display command (#180)

This commit is contained in:
pallago
2025-03-07 14:29:06 +01:00
committed by GitHub
parent e26f005cdb
commit 0845403fa6
3 changed files with 105 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
from random import randrange
# Script version
version = "0.6.2"
version = "0.6.3"
# MQTT server configuration
mqtt_host = "ip address or host"
@@ -22,6 +22,7 @@ hass_token = "your_hass_token"
hass_host = "your_hass_host"
# Messages configuration
language = "en"
# Interval in seconds between probes when running the script as a service (--service option)
service_sleep_time = 120