@camera.ui/camera-ui-homekit 0.0.52 → 0.0.53

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/CHANGELOG.md CHANGED
@@ -1,8 +1,3 @@
1
- All notable changes to this project will be documented in this file.
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [X.X.X] - ???
1
+ ## [1.0.0] - 01.07.2026
7
2
 
8
3
  - Initial Release
package/README.md CHANGED
@@ -1 +1,5 @@
1
- # @camera.ui/camera-ui-homekit
1
+ # HomeKit
2
+
3
+ Exposes camera.ui cameras and sensors to Apple HomeKit. Bridges motion, doorbell, battery, contact, light, switch, siren, security system and audio events into the Home app.
4
+
5
+ `@camera.ui/camera-ui-homekit`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "displayName": "HomeKit",
3
3
  "name": "@camera.ui/camera-ui-homekit",
4
- "version": "0.0.52",
5
- "description": "Connect your Apple HomeKit devices for seamless smart home control. Automate and manage your HomeKit ecosystem.",
4
+ "version": "0.0.53",
5
+ "description": "Exposes camera.ui cameras and sensors to Apple HomeKit, bridging motion, doorbell, battery, contact, light, switch, siren, security system and audio events into the Home app.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
@@ -31,8 +31,9 @@
31
31
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-homekit#readme",
32
32
  "keywords": [
33
33
  "camera-ui-plugin",
34
- "ring",
35
- "webrtc"
34
+ "homekit",
35
+ "hub",
36
+ "bridge"
36
37
  ],
37
38
  "license": "MIT",
38
39
  "repository": {