home-assistant-js-websocket
Advanced tools
Comparing version 5.11.1 to 5.11.2
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.HAWS = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
})(this, (function (exports) { 'use strict'; | ||
@@ -931,2 +931,2 @@ const ERR_CANNOT_CONNECT = 1; | ||
}))); | ||
})); |
@@ -74,2 +74,3 @@ export declare type Error = 1 | 2 | 3 | 4; | ||
device_class?: string; | ||
state_class?: string; | ||
}; | ||
@@ -76,0 +77,0 @@ export declare type HassEntity = HassEntityBase & { |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "5.11.1", | ||
"version": "5.11.2", | ||
"description": "Home Assistant websocket client", | ||
@@ -8,0 +8,0 @@ "source": "lib/index.ts", |
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
150659
3100