1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Add cover of device type window to the security dashboard (#29797)

This commit is contained in:
Johan Henkens
2026-02-25 02:11:13 -08:00
committed by GitHub
parent 0a4b7917ab
commit dbffdfeaca

View File

@@ -32,7 +32,7 @@ export const securityEntityFilters: EntityFilter[] = [
},
{
domain: "cover",
device_class: ["door", "garage", "gate"],
device_class: ["door", "garage", "gate", "window"],
entity_category: "none",
},
{