Show entity page on main page
This commit is contained in:
@ -45,7 +45,7 @@ class MobileAppIntegrationManager {
|
||||
positiveText: "Restart now",
|
||||
negativeText: "Later",
|
||||
onPositive: () {
|
||||
ConnectionManager().callService(domain: "homeassistant", service: "restart", entityId: null);
|
||||
ConnectionManager().callService("homeassistant","restart", null, null);
|
||||
},
|
||||
));
|
||||
});
|
||||
|
Reference in New Issue
Block a user