Don't run automations prior to initialization .

This commit is contained in:
Dermot Duffy
2024-08-26 14:35:16 -07:00
parent 2a31d96120
commit 91ffe0656b
5 changed files with 60 additions and 11 deletions
+4
View File
@@ -17,6 +17,10 @@ export class HASSManager {
return this._hass;
}
public hasHASS(): boolean {
return !!this._hass;
}
public getStateWatcher(): StateWatcherSubscriptionInterface {
return this._stateWatcher;
}