shorten label text

This commit is contained in:
Martín Villagra
2021-11-27 17:30:15 +00:00
parent 9c6de40731
commit e292524793
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
"device_id": "Device ID", "device_id": "Device ID",
"local_key": "Local key", "local_key": "Local key",
"protocol_version": "Protocol Version", "protocol_version": "Protocol Version",
"scan_interval": "Scan interval in seconds (fill only if the device is not updating automatically)", "scan_interval": "Scan interval (seconds, only when not updating automatically)",
"device_type": "Device type" "device_type": "Device type"
} }
}, },

View File

@@ -30,7 +30,7 @@
"device_id": "Device ID", "device_id": "Device ID",
"local_key": "Local key", "local_key": "Local key",
"protocol_version": "Protocol Version", "protocol_version": "Protocol Version",
"scan_interval": "Scan interval in seconds (fill only if the device is not updating automatically)" "scan_interval": "Scan interval (seconds, only when not updating automatically)"
} }
}, },
"pick_entity_type": { "pick_entity_type": {
@@ -90,7 +90,7 @@
"host": "Host", "host": "Host",
"local_key": "Local key", "local_key": "Local key",
"protocol_version": "Protocol Version", "protocol_version": "Protocol Version",
"scan_interval": "Scan interval in seconds (fill only if the device is not updating automatically)", "scan_interval": "Scan interval (seconds, only when not updating automatically)",
"entities": "Entities (uncheck an entity to remove it)" "entities": "Entities (uncheck an entity to remove it)"
} }
}, },