@riddix/hamh 2.1.0-alpha.491 → 2.1.0-alpha.492

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.
@@ -152321,7 +152321,7 @@ var HomeAssistantRegistry = class extends Service {
152321
152321
  const hash2 = createHash("md5");
152322
152322
  for (const e of entityRegistry) {
152323
152323
  hash2.update(
152324
- `${e.entity_id}\0${e.device_id ?? ""}\0${e.disabled_by ?? ""}\0${e.hidden_by ?? ""}
152324
+ `${e.entity_id}\0${e.device_id ?? ""}\0${e.disabled_by ?? ""}\0${e.hidden_by ?? ""}\0${e.area_id ?? ""}\0${(e.labels ?? []).join(",")}
152325
152325
  `
152326
152326
  );
152327
152327
  }