From 39ee8b17992538b991f9b772da4e291f5d7b1efe Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Wed, 21 Aug 2019 18:40:16 +0300 Subject: [PATCH] Resolves #410 os_version removed from mobile_app registration --- lib/home_assistant.class.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/home_assistant.class.dart b/lib/home_assistant.class.dart index dca6526..b2e269b 100644 --- a/lib/home_assistant.class.dart +++ b/lib/home_assistant.class.dart @@ -91,7 +91,6 @@ class HomeAssistant { "device_name": "$userName's ${Device().model}", "manufacturer": Device().manufacturer, "model": Device().model, - "os_name": Device().osName, "os_version": Device().osVersion, "app_data": { "push_token": "$fcmToken",