@camstack/addon-export-ha-mqtt 1.2.10 → 1.2.11
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/dist/export-ha-mqtt.addon.js +15484 -13491
- package/dist/export-ha-mqtt.addon.mjs +15484 -13491
- package/package.json +4 -4
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.11",
|
|
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",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"./package.json": "./package.json"
|
|
24
24
|
},
|
|
25
25
|
"camstack": {
|
|
26
|
-
"displayName": "
|
|
26
|
+
"displayName": "Home Assistant Export",
|
|
27
27
|
"addons": [
|
|
28
28
|
{
|
|
29
29
|
"id": "export-ha-mqtt",
|
|
30
30
|
"category": "exports",
|
|
31
|
-
"name": "
|
|
32
|
-
"description": "
|
|
31
|
+
"name": "Home Assistant Export",
|
|
32
|
+
"description": "Chooses which devices are exported to Home Assistant. The devices selected here are the ones the CamStack HACS integration imports, and — when an MQTT broker is registered in the MQTT Broker addon — the ones published as MQTT-discovery entities. Without a broker the selection still applies to the integration; only MQTT publishing is skipped.",
|
|
33
33
|
"entry": "./dist/export-ha-mqtt.addon.js",
|
|
34
34
|
"execution": {
|
|
35
35
|
"placement": "hub-only"
|