@riddix/hamh 2.1.0-alpha.542 → 2.1.0-alpha.543
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
|
@@ -147777,7 +147777,10 @@ WARNING: ${includeIdentity ? "This backup contains sensitive Matter identity dat
|
|
|
147777
147777
|
suctionLevelEntity: config10.suctionLevelEntity,
|
|
147778
147778
|
mopIntensityEntity: config10.mopIntensityEntity,
|
|
147779
147779
|
valetudoIdentifier: config10.valetudoIdentifier,
|
|
147780
|
-
coverSwapOpenClose: config10.coverSwapOpenClose
|
|
147780
|
+
coverSwapOpenClose: config10.coverSwapOpenClose,
|
|
147781
|
+
customServiceAreas: config10.customServiceAreas,
|
|
147782
|
+
customFanSpeedTags: config10.customFanSpeedTags,
|
|
147783
|
+
composedEntities: config10.composedEntities
|
|
147781
147784
|
});
|
|
147782
147785
|
mappingsRestored++;
|
|
147783
147786
|
}
|
|
@@ -147916,7 +147919,13 @@ WARNING: ${includeIdentity ? "This backup contains sensitive Matter identity dat
|
|
|
147916
147919
|
powerEntity: config10.powerEntity,
|
|
147917
147920
|
energyEntity: config10.energyEntity,
|
|
147918
147921
|
suctionLevelEntity: config10.suctionLevelEntity,
|
|
147919
|
-
mopIntensityEntity: config10.mopIntensityEntity
|
|
147922
|
+
mopIntensityEntity: config10.mopIntensityEntity,
|
|
147923
|
+
temperatureEntity: config10.temperatureEntity,
|
|
147924
|
+
valetudoIdentifier: config10.valetudoIdentifier,
|
|
147925
|
+
coverSwapOpenClose: config10.coverSwapOpenClose,
|
|
147926
|
+
customServiceAreas: config10.customServiceAreas,
|
|
147927
|
+
customFanSpeedTags: config10.customFanSpeedTags,
|
|
147928
|
+
composedEntities: config10.composedEntities
|
|
147920
147929
|
});
|
|
147921
147930
|
mappingsRestored++;
|
|
147922
147931
|
}
|