mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
remove Animation for thermostat and light (#2303)
* Update Animation * Update light
This commit is contained in:
parent
d267196bff
commit
87eac4cdee
@ -36,6 +36,7 @@ const lightConfig = {
|
||||
lineCap: "round",
|
||||
handleSize: "+12",
|
||||
showTooltip: false,
|
||||
animation: false,
|
||||
};
|
||||
|
||||
interface Config extends LovelaceCardConfig {
|
||||
|
@ -29,6 +29,7 @@ const thermostatConfig = {
|
||||
lineCap: "round",
|
||||
handleSize: "+10",
|
||||
showTooltip: false,
|
||||
animation: false,
|
||||
};
|
||||
|
||||
const modeIcons = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user