Skip to content

Commit

Permalink
Add support for input-datetime entity rows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed May 28, 2019
1 parent dae8874 commit e464e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions card-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class {
switch: "toggle",
vacuum: "toggle",
water_heater: "climate",
input_datetime: "input-datetime",
};

if(!config || typeof config !== "object" || (!config.entity && !config.type)) {
Expand Down

0 comments on commit e464e1b

Please sign in to comment.