mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
📷 Add camera card on generate (#2279)
This commit is contained in:
parent
6a9cfbfa1c
commit
118f28285e
@ -42,6 +42,11 @@ const computeCards = (
|
||||
type: "alarm-panel",
|
||||
entity: entityId,
|
||||
});
|
||||
} else if (domain === "camera") {
|
||||
cards.push({
|
||||
type: "picture-entity",
|
||||
entity: entityId,
|
||||
});
|
||||
} else if (domain === "climate") {
|
||||
cards.push({
|
||||
type: "thermostat",
|
||||
|
Loading…
x
Reference in New Issue
Block a user