ha-inlite

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

manifest.json (566B)


      1 {
      2     "domain": "inlite",
      3     "name": "in-lite Outdoor Lighting",
      4     "bluetooth": [
      5         {
      6             "local_name": "inlitebt",
      7             "connectable": true
      8         }
      9     ],
     10     "codeowners": ["@bbruenings"],
     11     "config_flow": true,
     12     "dependencies": ["bluetooth"],
     13     "documentation": "https://github.com/bbruenings/ha-inlite",
     14     "integration_type": "device",
     15     "iot_class": "local_polling",
     16     "issue_tracker": "https://github.com/bbruenings/ha-inlite/issues",
     17     "requirements": [
     18         "pycryptodomex>=3.20.0"
     19     ],
     20     "version": "0.2.1"
     21 }