diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index bb4a971..42d44d8 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,8 +19,7 @@ android:name=".Application" android:label="HA Client" android:icon="@mipmap/ic_launcher" - android:usesCleartextTraffic="true" - android:networkSecurityConfig="@xml/network_security_config"> + android:usesCleartextTraffic="true"> - - - - - - - - \ No newline at end of file diff --git a/lib/home_assistant.class.dart b/lib/home_assistant.class.dart index 77574b7..de679f8 100644 --- a/lib/home_assistant.class.dart +++ b/lib/home_assistant.class.dart @@ -218,9 +218,6 @@ class HomeAssistant { try { //bool isThereCardOptionsInside = rawCard["card"] != null; var rawCardInfo = rawCard["card"] ?? rawCard; - if (rawCardInfo['state_filter'] != null) { - Logger.d("Hey!!!!!! We found a card with state filter: ${rawCardInfo['state_filter']}"); - } HACard card = HACard( id: "card", name: rawCardInfo["title"] ?? rawCardInfo["name"],