Add entity-first card picker for dashboard #50208
Annotations
2 errors
|
Run tests
Process completed with exit code 1.
|
|
test/panels/lovelace/editor/card-editor/entity-tree-builder.test.ts > buildEntityTree > excludes hidden and unavailable entities:
test/panels/lovelace/editor/card-editor/entity-tree-builder.test.ts#L234
AssertionError: expected [ Array(2) ] to deeply equal [ 'light.visible' ]
- Expected
+ Received
[
+ "light.unavailable",
"light.visible",
]
❯ test/panels/lovelace/editor/card-editor/entity-tree-builder.test.ts:234:22
|