File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1- [ ![ Version - 0.8.0 ] ( https://img.shields.io/badge/Version-0.8.0 -009688?style=for-the-badge )] ( https://github.com/KartoffelToby/better-thermostat-ui-card )
1+ [ ![ Version - 0.8.1 ] ( https://img.shields.io/badge/Version-0.8.1 -009688?style=for-the-badge )] ( https://github.com/KartoffelToby/better-thermostat-ui-card )
22[ ![ Discord] ( https://img.shields.io/discord/925725316540923914.svg?style=for-the-badge )] ( https://discord.gg/9BUegWTG3K )
33[ ![ hacs_badge] ( https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge )] ( https://github.com/hacs/integration )
44
Original file line number Diff line number Diff line change 11{
22 "name" : " better-thermostat-ui" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " Lovelace better-thermostat-ui" ,
55 "keywords" : [
66 " home-assistant" ,
Original file line number Diff line number Diff line change 1- export const CARD_VERSION = '0.8.0 ' ;
1+ export const CARD_VERSION = '0.8.1 ' ;
Original file line number Diff line number Diff line change @@ -462,9 +462,6 @@ import {
462462 ?dis abled= ${ this . disabled }
463463 focusable= "false"
464464 >
465- <filter id= "shadow-svg" >
466- <feDropShadow dx= "2" dy = "2" stdDeviation= "3" flood- color = "cyan" flood- opacity= "1"/ >
467- </ filter>
468465 <g class= "slider" >
469466 <path
470467 class= "path"
@@ -503,8 +500,6 @@ import {
503500 : svg `${ this . _renderHandle ( "value" ) } ${ this . _renderHandle ( "current" ) } `
504501 : `` }
505502 </ g>
506- <use filter= "url(#shadow-svg)" xlink : href = "# current "/ >
507- <use filter= "url(# shadow-svg )" xlink: href= "# value "/>
508503 </ svg>
509504 ` ;
510505 }
You can’t perform that action at this time.
0 commit comments