mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-20 09:34:56 +00:00
remove Animation for thermostat and light (#2303)
* Update Animation * Update light
This commit is contained in:
@@ -36,6 +36,7 @@ const lightConfig = {
|
||||
lineCap: "round",
|
||||
handleSize: "+12",
|
||||
showTooltip: false,
|
||||
animation: false,
|
||||
};
|
||||
|
||||
export interface Config extends LovelaceCardConfig {
|
||||
|
||||
@@ -30,6 +30,7 @@ const thermostatConfig = {
|
||||
lineCap: "round",
|
||||
handleSize: "+10",
|
||||
showTooltip: false,
|
||||
animation: false,
|
||||
};
|
||||
|
||||
const modeIcons = {
|
||||
|
||||
Reference in New Issue
Block a user