This commit is contained in:
Yegor Vialov
2019-11-29 13:40:51 +00:00
parent 8b4df98cb9
commit a241cc1d61
2 changed files with 11 additions and 9 deletions

View File

@ -63,10 +63,6 @@ class HomeAssistant {
futures.add(_getServices());
futures.add(_getUserInfo());
futures.add(_getPanels());
futures.add(ConnectionManager().sendSocketMessage(
type: "subscribe_events",
additionalData: {"event_type": "state_changed"},
));
Future.wait(futures).then((_) {
if (isMobileAppEnabled) {
if (!childMode) _createUI();