Fix mobile_app registration and update

This commit is contained in:
estevez-dev
2019-08-21 21:30:11 +03:00
parent 85ac746e9d
commit 7f44800f64
4 changed files with 28 additions and 1 deletions

View File

@ -107,6 +107,7 @@ class HomeAssistant {
registrationData.addAll({
"app_id": "ha_client",
"app_name": "$appName",
"os_name": Device().osName,
"supports_encryption": false,
});
Connection().sendHTTPPost(