@camstack/addon-export-ha-mqtt 1.1.9 → 1.1.10
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.
|
@@ -15502,6 +15502,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
15502
15502
|
iconUrl: string().nullable(),
|
|
15503
15503
|
color: string(),
|
|
15504
15504
|
instanceMode: string(),
|
|
15505
|
+
/**
|
|
15506
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
15507
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
15508
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
15509
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
15510
|
+
*/
|
|
15511
|
+
mode: _enum([
|
|
15512
|
+
"standalone",
|
|
15513
|
+
"account",
|
|
15514
|
+
"broker"
|
|
15515
|
+
]),
|
|
15505
15516
|
discoveryMode: string(),
|
|
15506
15517
|
/**
|
|
15507
15518
|
* Which integration-marker cap the addon declared, so the wizard can
|
|
@@ -15500,6 +15500,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
15500
15500
|
iconUrl: string().nullable(),
|
|
15501
15501
|
color: string(),
|
|
15502
15502
|
instanceMode: string(),
|
|
15503
|
+
/**
|
|
15504
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
15505
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
15506
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
15507
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
15508
|
+
*/
|
|
15509
|
+
mode: _enum([
|
|
15510
|
+
"standalone",
|
|
15511
|
+
"account",
|
|
15512
|
+
"broker"
|
|
15513
|
+
]),
|
|
15503
15514
|
discoveryMode: string(),
|
|
15504
15515
|
/**
|
|
15505
15516
|
* Which integration-marker cap the addon declared, so the wizard can
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-ha-mqtt",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
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",
|