@camstack/addon-export-ha-mqtt 1.2.2 → 1.2.3
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.
|
@@ -16565,7 +16565,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16565
16565
|
"faceCrop",
|
|
16566
16566
|
"plateCrop",
|
|
16567
16567
|
"keyFrame",
|
|
16568
|
-
"keyFrameSmall"
|
|
16568
|
+
"keyFrameSmall",
|
|
16569
|
+
"thumbnailSmall"
|
|
16569
16570
|
]);
|
|
16570
16571
|
var MediaFileSchema = object({
|
|
16571
16572
|
key: string(),
|
|
@@ -16563,7 +16563,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16563
16563
|
"faceCrop",
|
|
16564
16564
|
"plateCrop",
|
|
16565
16565
|
"keyFrame",
|
|
16566
|
-
"keyFrameSmall"
|
|
16566
|
+
"keyFrameSmall",
|
|
16567
|
+
"thumbnailSmall"
|
|
16567
16568
|
]);
|
|
16568
16569
|
var MediaFileSchema = object({
|
|
16569
16570
|
key: string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-ha-mqtt",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "HomeAssistant MQTT discovery exporter for CamStack devices. Publishes discovery topics so HA auto-creates entities for exposed cameras/switches/intercoms/sensors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|