mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Climate entity row for water-heater (#2485)
* Add entity row climate for water-heater * Update create-row-element.ts
This commit is contained in:
parent
690188b4a3
commit
01c5b64c63
@ -52,6 +52,9 @@ const DOMAIN_TO_ELEMENT_TYPE = {
|
|||||||
timer: "timer",
|
timer: "timer",
|
||||||
switch: "toggle",
|
switch: "toggle",
|
||||||
vacuum: "toggle",
|
vacuum: "toggle",
|
||||||
|
// Temporary. Once climate is rewritten,
|
||||||
|
// water heater should get it's own row.
|
||||||
|
water_heater: "climate",
|
||||||
};
|
};
|
||||||
const TIMEOUT = 2000;
|
const TIMEOUT = 2000;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user