mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Add sun domain to gallery entity states (#14742)
This commit is contained in:
parent
872395bec5
commit
175a388822
@ -219,6 +219,11 @@ const ENTITIES: HassEntity[] = [
|
|||||||
// Siren
|
// Siren
|
||||||
createEntity("siren.off", "off"),
|
createEntity("siren.off", "off"),
|
||||||
createEntity("siren.on", "on"),
|
createEntity("siren.on", "on"),
|
||||||
|
// Sun
|
||||||
|
createEntity("sun.below", "below_horizon"),
|
||||||
|
createEntity("sun.above", "above_horizon"),
|
||||||
|
createEntity("sun.unknown", "unknown"),
|
||||||
|
createEntity("sun.unavailable", "unavailable"),
|
||||||
// Switch
|
// Switch
|
||||||
createEntity("switch.off", "off"),
|
createEntity("switch.off", "off"),
|
||||||
createEntity("switch.on", "on"),
|
createEntity("switch.on", "on"),
|
||||||
@ -322,7 +327,7 @@ export class DemoEntityState extends LitElement {
|
|||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
entity_id: {
|
entity_id: {
|
||||||
title: "Entity id",
|
title: "Entity ID",
|
||||||
width: "30%",
|
width: "30%",
|
||||||
filterable: true,
|
filterable: true,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user