@riddix/hamh 2.1.0-alpha.389 → 2.1.0-alpha.390

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.
@@ -150841,7 +150841,7 @@ var HomeAssistantRegistry = class extends Service {
150841
150841
  this._devices = { ...missingDevices, ...realDevices };
150842
150842
  this._entities = allEntities;
150843
150843
  this._states = states;
150844
- logger141.info(
150844
+ logger141.debug(
150845
150845
  `Loaded HA registry: ${keys(allEntities).length} entities, ${keys(realDevices).length} devices, ${keys(states).length} states`
150846
150846
  );
150847
150847
  logMemoryUsage(logger141, "after HA registry load");