Add support for input-datetime entity rows

This commit is contained in:
Thomas Lovén 2019-05-28 21:45:52 +02:00
parent dae88747ef
commit e464e1bd0e

View File

@ -183,6 +183,7 @@ class {
switch: "toggle", switch: "toggle",
vacuum: "toggle", vacuum: "toggle",
water_heater: "climate", water_heater: "climate",
input_datetime: "input-datetime",
}; };
if(!config || typeof config !== "object" || (!config.entity && !config.type)) { if(!config || typeof config !== "object" || (!config.entity && !config.type)) {