Update README.md

This commit is contained in:
Adrian Jagielak
2025-07-24 02:46:20 +02:00
parent eaaa823492
commit f5a218ffa5
3 changed files with 171 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ import { delay } from "./utils";
log.info("Connected to HA broker");
if (!demoMode && (!hubUsername || !hubPassword)) {
log.info("Empty username or password in non-demo mode. Removing all Futurehome devices from Home Assistant...");
const publishWithDelay = (messages: RetainedMessage[], index = 0) => {
if (index >= messages.length) return;