home-assistant-js-websocket
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -42,3 +42,3 @@ import { getCollection } from "./collection.js"; | ||
if (toAdd) { | ||
if (toAdd.s) { | ||
if (toAdd.s !== undefined) { | ||
entityState.state = toAdd.s; | ||
@@ -45,0 +45,0 @@ } |
@@ -951,3 +951,3 @@ (function (global, factory) { | ||
if (toAdd) { | ||
if (toAdd.s) { | ||
if (toAdd.s !== undefined) { | ||
entityState.state = toAdd.s; | ||
@@ -954,0 +954,0 @@ } |
@@ -77,2 +77,3 @@ export declare type Error = 1 | 2 | 3 | 4; | ||
state_class?: string; | ||
restored?: boolean; | ||
}; | ||
@@ -79,0 +80,0 @@ export declare type HassEntity = HassEntityBase & { |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Home Assistant websocket client", | ||
@@ -8,0 +8,0 @@ "source": "lib/index.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168984
3519