Remove network security config

This commit is contained in:
Yegor Vialov
2019-11-26 20:48:08 +00:00
parent 7856637456
commit 74c8ae35a1
3 changed files with 1 additions and 14 deletions

View File

@ -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"],