@riddix/hamh 2.1.0-alpha.389 → 2.1.0-alpha.391
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
|
@@ -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.
|
|
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");
|
|
@@ -176293,7 +176293,7 @@ function startOptionsBuilder(yargs2) {
|
|
|
176293
176293
|
}).option("home-assistant-refresh-interval", {
|
|
176294
176294
|
type: "number",
|
|
176295
176295
|
description: "The refresh rate (in seconds) to detect new devices & entities or their configurations",
|
|
176296
|
-
default:
|
|
176296
|
+
default: 60
|
|
176297
176297
|
}).option("http-auth-username", {
|
|
176298
176298
|
type: "string",
|
|
176299
176299
|
description: "Username for HTTP basic authentication (optional)"
|