add polling option

This commit is contained in:
Martín Villagra
2021-11-23 22:16:30 +00:00
parent 47c4edc20d
commit 515b3303e9
5 changed files with 29 additions and 4 deletions

View File

@@ -29,7 +29,8 @@
"host": "Host",
"device_id": "Device ID",
"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)"
}
},
"pick_entity_type": {
@@ -89,6 +90,7 @@
"host": "Host",
"local_key": "Local key",
"protocol_version": "Protocol Version",
"scan_interval": "Scan interval in seconds (fill only if the device is not updating automatically)",
"entities": "Entities (uncheck an entity to remove it)"
}
},