Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Releases: KTibow/lovelace-light-soft-ui-theme

Entity card + README updates

29 Jul 01:40
58eb7a1
Compare
Choose a tag to compare

Entity card + README updates

Just some updates in the theme. Also updates the README to collapse some and add more.

Fan spinning

27 Jul 17:41
997465f
Compare
Choose a tag to compare

Fan spinning

This adds an animation to fans that are on.

Entity card and gauge card fixes

27 Jul 14:32
9c5ce77
Compare
Choose a tag to compare

Changes:

  • Add styling for entity card
  • Make gauge card's gauge background white

README updates, move around entities top toggle

27 Jul 02:14
53e4c3d
Compare
Choose a tag to compare
  • I've changed header to match, remove Note: I've changed the theme so the header's background is black instead of purple since this screenshot was taken.
  • Move entities card top toggle around to align with other toggles

Entities card fixes

26 Jul 16:59
8fa3103
Compare
Choose a tag to compare

Entities card fixes

  • Add padding to header/footer
  • Restructure display and add more types
       ha-card > #states > div > * {
-        display: block;
         padding-top: 8px;
         padding-bottom: 8px;
         width: 95%;
         margin: 0 auto 0 5px;
       }
-      ha-card > #states > div > hui-button-row, hui-input-select-entity-row {
-        display: flex;
+      ha-card > #states > div > *:not(hui-button-row):not(hui-input-select-entity-row):not(hui-input-number-entity-row):not(hui-input-text-entity-row) {
+        display: block;
       }

Various bug fixes

26 Jul 14:55
83615ea
Compare
Choose a tag to compare

Various bug fixes

Changes:

-  ha-card-border-radius: '18px'
+  ha-card-border-radius: '15px'
  • Vacuum card darken text
+      ha-card.type-custom-vacuum-card > .preview > .header > .battery > ha-icon {
+        color: var(--primary-text-color);
+      }
+      ha-card.type-custom-vacuum-card > .preview > .metadata > .vacuum-name {
+        color: var(--primary-text-color);
+      }
  • Don't mess up inline buttons and selectors
+      ha-card > #states > div > hui-button-row, hui-input-select-entity-row {
+        display: flex;
+      }
  • Treat header/footer as own card
-      ha-card > #states {
+      ha-card > #states, .header-footer {
         box-shadow: -8px -8px 8px 0 rgba(255,255,255,.5),8px 8px 8px 0 rgba(0,0,0,.03);

Custom card tweaks

25 Jul 18:33
42a9b7b
Compare
Choose a tag to compare

This makes a couple of card-specific tweaks, for bar-card and vacuum-card.

README updates, tweaks and fixes

25 Jul 17:39
a426b88
Compare
Choose a tag to compare

What's changed:

  • Add notes on how the styles work
  • Don't apply styling to mod-card
  • Change .card-content to #states
  • Make badges use 90% of width instead of 95%
  • Make margin 1 line instead of 2

README updates, and thinner box shadow

25 Jul 13:52
65d6484
Compare
Choose a tag to compare

Just updating the README.
Also, just in case the cards are too tight (because I don't have control of margins outside of the dashboard), this makes the shadow thinner.

Soft UI on more stuff

25 Jul 01:59
cc4300d
Compare
Choose a tag to compare

I spent a bit of time in inspect element, and I found out how to make all cards use a soft ui look, even the non-dashboard ones (like the ones in config).