mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 21:47: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",
|
lineCap: "round",
|
||||||
handleSize: "+12",
|
handleSize: "+12",
|
||||||
showTooltip: false,
|
showTooltip: false,
|
||||||
|
animation: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface Config extends LovelaceCardConfig {
|
export interface Config extends LovelaceCardConfig {
|
||||||
|
@ -30,6 +30,7 @@ const thermostatConfig = {
|
|||||||
lineCap: "round",
|
lineCap: "round",
|
||||||
handleSize: "+10",
|
handleSize: "+10",
|
||||||
showTooltip: false,
|
showTooltip: false,
|
||||||
|
animation: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const modeIcons = {
|
const modeIcons = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user