Skip to content

Commit

Permalink
fix: Card not showing in Chrome Version 120.0.6099.71 (Official Build…
Browse files Browse the repository at this point in the history
…) (x86_64) #137
  • Loading branch information
regevbr committed Dec 11, 2023
1 parent 567d0ef commit 0ec8237
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ target_temperature:
type: custom:mini-climate
entity: climate.my_ac
hvac_mode:
style: "(value, entity) => ({ color: 'black' })"
style: "(value, entity) => ({ color: 'black !important' })"
hide: >
(state) => state === 'dry'
source:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-climate-card",
"version": "v2.6.2",
"version": "v2.7.0",
"description": "a/c card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand All @@ -17,11 +17,11 @@
"author": "Artem Sedykh <[email protected]>",
"license": "MIT",
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@material/mwc-list": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"@material/mwc-ripple": "^0.27.0",
"lit": "^2.7.5",
"lit": "^3.1.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions release_notes/v2.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.7.0
[![Downloads](https://img.shields.io/github/downloads/artem-sedykh/mini-climate-card/v2.7.0/total.svg)](https://github.com/artem-sedykh/mini-climate-card/releases/tag/v2.7.0)

### Fixed
- Update to new lit version #137 by @regevbr

0 comments on commit 0ec8237

Please sign in to comment.