mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 05:27:46 +00:00
remove Animation for thermostat and light (#2303)
* Update Animation * Update light
This commit is contained in:
parent
b3b9ca9c3f
commit
2ec8b97378
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user