@camstack/addon-export-ha-mqtt 1.1.5 → 1.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.
|
@@ -4679,7 +4679,7 @@ function number(params) {
|
|
|
4679
4679
|
return /* @__PURE__ */ _coercedNumber(ZodNumber, params);
|
|
4680
4680
|
}
|
|
4681
4681
|
//#endregion
|
|
4682
|
-
//#region ../types/dist/sleep-
|
|
4682
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4683
4683
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4684
4684
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4685
4685
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6479,6 +6479,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6479
6479
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6480
6480
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6481
6481
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6482
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6483
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6484
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6485
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6486
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6487
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6488
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6489
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6490
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6491
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6492
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6482
6493
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6483
6494
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6484
6495
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
|
@@ -4677,7 +4677,7 @@ function number(params) {
|
|
|
4677
4677
|
return /* @__PURE__ */ _coercedNumber(ZodNumber, params);
|
|
4678
4678
|
}
|
|
4679
4679
|
//#endregion
|
|
4680
|
-
//#region ../types/dist/sleep-
|
|
4680
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4681
4681
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4682
4682
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4683
4683
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6477,6 +6477,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6477
6477
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6478
6478
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6479
6479
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6480
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6481
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6482
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6483
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6484
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6485
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6486
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6487
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6488
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6489
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6490
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6480
6491
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6481
6492
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6482
6493
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
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.7",
|
|
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",
|