@camstack/addon-provider-homeassistant 1.0.0 → 1.0.2

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/addon.js CHANGED
@@ -15082,7 +15082,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15082
15082
  * rebuilds without manual reload.
15083
15083
  *
15084
15084
  * The hub-local builtin `addon-pages-aggregator` (see
15085
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15085
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15086
15086
  * provider. Splitting the public aggregator from the raw collection
15087
15087
  * keeps both ends in codegen — there's no hand-written
15088
15088
  * `addon-pages.router.ts` wrapper anymore.
@@ -15265,7 +15265,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15265
15265
  * manual reload — same scheme used by `addon-pages`.
15266
15266
  *
15267
15267
  * The hub-local builtin `addon-widgets-aggregator` (see
15268
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15268
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15269
15269
  * provider. Splitting the public aggregator from the raw collection
15270
15270
  * keeps both ends in codegen — there's no hand-written wrapper.
15271
15271
  */
@@ -18065,7 +18065,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18065
18065
  * clients — they reverse-connect to the hub. Exposing their interfaces
18066
18066
  * via the same surface would leak internal topology with no upside.
18067
18067
  *
18068
- * Implementation in `@camstack/core/builtins/local-network/`.
18068
+ * Implementation in `@camstack/system/builtins/local-network/`.
18069
18069
  */
18070
18070
  /** Coarse classification derived from the interface name + IP range. */
18071
18071
  var InterfaceKindEnum = _enum([
@@ -18612,7 +18612,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18612
18612
  * jitter, and observed/peak bandwidth per device + per client.
18613
18613
  *
18614
18614
  * Implementation lives in the server's `NetworkQualityService` (thin
18615
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18615
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18616
18616
  * The provider is registered from `trpc.router.ts` against the existing
18617
18617
  * service instance — no addon owns this state.
18618
18618
  *
package/dist/addon.mjs CHANGED
@@ -15081,7 +15081,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15081
15081
  * rebuilds without manual reload.
15082
15082
  *
15083
15083
  * The hub-local builtin `addon-pages-aggregator` (see
15084
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15084
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15085
15085
  * provider. Splitting the public aggregator from the raw collection
15086
15086
  * keeps both ends in codegen — there's no hand-written
15087
15087
  * `addon-pages.router.ts` wrapper anymore.
@@ -15264,7 +15264,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15264
15264
  * manual reload — same scheme used by `addon-pages`.
15265
15265
  *
15266
15266
  * The hub-local builtin `addon-widgets-aggregator` (see
15267
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15267
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15268
15268
  * provider. Splitting the public aggregator from the raw collection
15269
15269
  * keeps both ends in codegen — there's no hand-written wrapper.
15270
15270
  */
@@ -18064,7 +18064,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
18064
18064
  * clients — they reverse-connect to the hub. Exposing their interfaces
18065
18065
  * via the same surface would leak internal topology with no upside.
18066
18066
  *
18067
- * Implementation in `@camstack/core/builtins/local-network/`.
18067
+ * Implementation in `@camstack/system/builtins/local-network/`.
18068
18068
  */
18069
18069
  /** Coarse classification derived from the interface name + IP range. */
18070
18070
  var InterfaceKindEnum = _enum([
@@ -18611,7 +18611,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18611
18611
  * jitter, and observed/peak bandwidth per device + per client.
18612
18612
  *
18613
18613
  * Implementation lives in the server's `NetworkQualityService` (thin
18614
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18614
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18615
18615
  * The provider is registered from `trpc.router.ts` against the existing
18616
18616
  * service instance — no addon owns this state.
18617
18617
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-homeassistant",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Home Assistant device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",
@@ -91,7 +91,7 @@
91
91
  "home-assistant-js-websocket": "^9.4.0"
92
92
  },
93
93
  "peerDependencies": {
94
- "@camstack/types": "^0.1.0"
94
+ "@camstack/types": "*"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@camstack/types": "*",