ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

strings.json (3249B)


      1 {
      2     "title": "in-lite Outdoor Lighting",
      3     "config": {
      4         "step": {
      5             "user": {
      6                 "title": "Set up local in-lite control",
      7                 "description": "Select a nearby in-lite hub. No in-lite account or cloud connection is used."
      8             },
      9             "setup": {
     10                 "title": "Set up in-lite mesh",
     11                 "description": "Choose whether to provision a factory-reset hub or join an existing local mesh.",
     12                 "data": {"setup_mode": "Setup method", "garden_name": "Name"}
     13             },
     14             "bluetooth_confirm": {
     15                 "title": "Confirm Device",
     16                 "description": "An in-lite gateway was found. Continue to discover factory-reset hubs on its local mesh."
     17             },
     18             "identify": {
     19                 "title": "Identify hub",
     20                 "description": "Choose a hub on this mesh. It will blink briefly before any configuration changes are made.",
     21                 "data": {"device_id": "Hub"}
     22             },
     23             "credentials": {
     24                 "title": "Mesh credentials",
     25                 "description": "Enter the existing mesh passphrase or its 16-byte raw key as 32 hexadecimal characters.",
     26                 "data": {"password": "Mesh passphrase", "network_key": "Raw mesh key"}
     27             },
     28             "confirm_blink": {
     29                 "title": "Confirm hub",
     30                 "description": "Did the selected hub blink? Confirming will place that hub on a new local-only mesh.",
     31                 "data": {"confirmed": "The selected hub blinked"}
     32             }
     33         },
     34         "error": {
     35             "cannot_connect": "Unable to connect to the nearby in-lite hub. Please try again.",
     36             "no_factory_hubs": "No factory-reset in-lite hubs responded.",
     37             "association_failed": "The selected hub could not be associated. It may not be factory reset.",
     38             "invalid_credentials": "No hubs responded with these mesh credentials.",
     39             "invalid_network_key": "The raw mesh key must contain exactly 32 hexadecimal characters.",
     40             "unknown": "An unexpected error occurred. Please try again."
     41         },
     42         "abort": {
     43             "already_configured": "This hub is already configured.",
     44             "no_hub_found": "No nearby in-lite gateway was found."
     45         }
     46     },
     47     "options": {
     48         "step": {
     49             "init": {
     50                 "title": "Connection options",
     51                 "data": {
     52                     "scan_interval": "Polling interval (seconds)",
     53                     "idle_disconnect": "Disconnect after inactivity (seconds)"
     54                 },
     55                 "data_description": {
     56                     "scan_interval": "How often Home Assistant requests the current output states.",
     57                     "idle_disconnect": "How long to keep the Bluetooth connection open after the last request."
     58                 }
     59             }
     60         }
     61     },
     62     "selector": {
     63         "setup_mode": {
     64             "options": {
     65                 "factory": "Provision a factory-reset hub",
     66                 "passphrase": "Join an existing mesh with its passphrase",
     67                 "network_key": "Join an existing mesh with its raw key"
     68             }
     69         }
     70     }
     71 }