Resolves #545 handle hidden entities for Lovelace
This commit is contained in:
parent
8221eceb78
commit
792c0d0c84
@ -91,7 +91,7 @@ class CardData {
|
||||
|
||||
List<EntityWrapper> getEntitiesToShow() {
|
||||
return entities.where((entityWrapper) {
|
||||
if (HomeAssistant().autoUi && entityWrapper.entity.isHidden) {
|
||||
if (entityWrapper.entity.isHidden) {
|
||||
return false;
|
||||
}
|
||||
List currentStateFilter;
|
||||
|
Reference in New Issue
Block a user