| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "config": {
- "title": "Integration 101 Template Integration",
- "abort": {
- "already_configured": "Device is already configured",
- "reconfigure_successful": "Reconfiguration successful"
- },
- "error": {
- "cannot_connect": "Failed to connect",
- "invalid_auth": "Invalid authentication",
- "unknown": "Unexpected error"
- },
- "step": {
- "user": {
- "data": {
- "host": "Host",
- "password": "Password",
- "username": "Username"
- }
- },
- "reconfigure": {
- "data": {
- "host": "Host",
- "password": "Password",
- "username": "Username"
- }
- }
- }
- },
- "options": {
- "step": {
- "init": {
- "data": {
- "scan_interval": "Scan Interval (seconds)"
- },
- "description": "Amend your options.",
- "title": "Example Integration Options"
- }
- }
- },
- "entity": {
- "sensor": {
- "rssi": { "name": "Received Signal Strength Indicator" },
- "rsrq": { "name": "Received Signal Received Quality" },
- "rsrp": { "name": "Received Signal Received Power" },
- "sinr": { "name": "Signal To Noise Ratio" },
- "network_technology": { "name": "Network Technology" },
- "network_band": { "name": "Network Band" }
- }
- }
- }
|