@camstack/addon-export-hap 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "HomeKit (HAP) bridge exporter for CamStack devices. Publishes a bridged accessory per exposed device — MotionSensor in this MVP; Camera/Doorbell/Switch/Light follow.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -27,12 +27,12 @@
27
27
  "addons": [
28
28
  {
29
29
  "id": "export-hap",
30
+ "category": "exports",
30
31
  "name": "HomeKit Export",
31
32
  "description": "Publishes a HomeKit (HAP) bridge so iOS Home can pair with exposed CamStack devices. MVP supports MotionSensor; Camera / Doorbell / Switch / Light land next.",
32
33
  "entry": "./dist/export-hap.addon.js",
33
34
  "execution": {
34
- "placement": "hub-only",
35
- "group": "export-hap"
35
+ "placement": "hub-only"
36
36
  },
37
37
  "capabilities": [
38
38
  {