@riddix/hamh 2.1.0-alpha.402 → 2.1.0-alpha.403
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/backend/cli.js
CHANGED
|
@@ -167057,7 +167057,7 @@ var ComposedAirPurifierEndpoint = class _ComposedAirPurifierEndpoint extends End
|
|
|
167057
167057
|
if (hasWindModes) {
|
|
167058
167058
|
features2.add("Wind");
|
|
167059
167059
|
}
|
|
167060
|
-
let parentType =
|
|
167060
|
+
let parentType = AirPurifierDevice.with(
|
|
167061
167061
|
BasicInformationServer2,
|
|
167062
167062
|
IdentifyServer2,
|
|
167063
167063
|
HomeAssistantEntityBehavior,
|
|
@@ -167138,8 +167138,8 @@ var ComposedAirPurifierEndpoint = class _ComposedAirPurifierEndpoint extends End
|
|
|
167138
167138
|
const parentTypeWithState = parentType.set({
|
|
167139
167139
|
descriptor: {
|
|
167140
167140
|
deviceTypeList: [
|
|
167141
|
-
{ deviceType: DeviceTypeId(
|
|
167142
|
-
{ deviceType: DeviceTypeId(
|
|
167141
|
+
{ deviceType: DeviceTypeId(45), revision: 2 },
|
|
167142
|
+
{ deviceType: DeviceTypeId(19), revision: 3 }
|
|
167143
167143
|
]
|
|
167144
167144
|
},
|
|
167145
167145
|
homeAssistantEntity: {
|