Fix light controls issues

This commit is contained in:
estevez-dev
2019-10-09 20:45:46 +03:00
parent a4477e9f83
commit 2836973dca
4 changed files with 24 additions and 14 deletions

View File

@ -45,7 +45,7 @@ class HACard {
List<EntityWrapper> getEntitiesToShow() {
return entities.where((entityWrapper) {
if (entityWrapper.entity.isHidden) {
if (!ConnectionManager().useLovelace && entityWrapper.entity.isHidden) {
return false;
}
if (stateFilter.isNotEmpty) {