mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Add basic frontend support for siren (#12345)
This commit is contained in:
parent
6fd4cda534
commit
0685fdf7c6
@ -76,8 +76,9 @@ const DOMAIN_TO_ELEMENT_TYPE = {
|
|||||||
script: "script",
|
script: "script",
|
||||||
select: "select",
|
select: "select",
|
||||||
sensor: "sensor",
|
sensor: "sensor",
|
||||||
timer: "timer",
|
siren: "toggle",
|
||||||
switch: "toggle",
|
switch: "toggle",
|
||||||
|
timer: "timer",
|
||||||
vacuum: "toggle",
|
vacuum: "toggle",
|
||||||
// Temporary. Once climate is rewritten,
|
// Temporary. Once climate is rewritten,
|
||||||
// water heater should get its own row.
|
// water heater should get its own row.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user