@riddix/hamh 2.1.0-alpha.401 → 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
|
@@ -167136,6 +167136,12 @@ var ComposedAirPurifierEndpoint = class _ComposedAirPurifierEndpoint extends End
|
|
|
167136
167136
|
}
|
|
167137
167137
|
}
|
|
167138
167138
|
const parentTypeWithState = parentType.set({
|
|
167139
|
+
descriptor: {
|
|
167140
|
+
deviceTypeList: [
|
|
167141
|
+
{ deviceType: DeviceTypeId(45), revision: 2 },
|
|
167142
|
+
{ deviceType: DeviceTypeId(19), revision: 3 }
|
|
167143
|
+
]
|
|
167144
|
+
},
|
|
167139
167145
|
homeAssistantEntity: {
|
|
167140
167146
|
entity: primaryPayload,
|
|
167141
167147
|
customName: config10.customName,
|