@riddix/hamh 2.1.0-alpha.501 → 2.1.0-alpha.502

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.
@@ -152326,8 +152326,10 @@ var HomeAssistantRegistry = class extends Service {
152326
152326
  `
152327
152327
  );
152328
152328
  }
152329
- for (const s of statesList) hash2.update(`${s.entity_id}
152329
+ for (const s of statesList) {
152330
+ hash2.update(`${s.entity_id}\0${s.attributes?.device_class ?? ""}
152330
152331
  `);
152332
+ }
152331
152333
  for (const d of deviceRegistry) {
152332
152334
  hash2.update(
152333
152335
  `${d.id}\0${(d.labels ?? []).join(",")}\0${d.area_id ?? ""}\0${d.name_by_user ?? ""}\0${d.name ?? ""}\0${d.model ?? ""}