mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +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",
|
||||
switch: "toggle",
|
||||
vacuum: "toggle",
|
||||
// Temporary. Once climate is rewritten,
|
||||
// water heater should get it's own row.
|
||||
water_heater: "climate",
|
||||
};
|
||||
const TIMEOUT = 2000;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user