mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Update README.md
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user