mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +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",
|
lineCap: "round",
|
||||||
handleSize: "+12",
|
handleSize: "+12",
|
||||||
showTooltip: false,
|
showTooltip: false,
|
||||||
|
animation: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
interface Config extends LovelaceCardConfig {
|
interface Config extends LovelaceCardConfig {
|
||||||
|
@ -29,6 +29,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