Remove background task logging and reporting

This commit is contained in:
Yegor Vialov
2019-12-10 21:19:29 +00:00
parent d1912a44c6
commit 3f1ece26ec
2 changed files with 8 additions and 11 deletions

View File

@ -104,6 +104,7 @@ class HomeAssistant {
Future _getLovelace() {
Completer completer = Completer();
ConnectionManager().sendSocketMessage(type: "lovelace/config").then((data) {
_rawLovelaceData = data;
completer.complete();