ha-hunterbtt

Home Assistant integration for Hunter BTT
git clone https://git.stephank.nl/ha-hunterbtt
Log | Files | Refs | README | LICENSE | ZIP

manifest.json (389B)


      1 {
      2   "domain": "hunter_btt",
      3   "name": "Hunter BTT",
      4   "version": "0.1.0",
      5   "requirements": ["pyhunterbtt==0.1.1"],
      6   "bluetooth": [
      7     {
      8       "connectable": true,
      9       "service_uuid": "0000ff80-0000-1000-8000-00805f9b34fb"
     10     }
     11   ],
     12   "config_flow": true,
     13   "documentation": "https://github.com/stephank/ha-hunterbtt",
     14   "integration_type": "device",
     15   "iot_class": "local_polling"
     16 }