Skip to content

Releases: DBuit/Homekit-panel-card

Version 0.5.8.2

20 Aug 08:29
Compare
Choose a tag to compare

Update tile sizes desktop and mobile

Version 0.5.8.1

18 Aug 12:34
Compare
Choose a tag to compare

Fix widerSize and higherSize incombination with noPadding option

Version 0.5.8

18 Aug 12:05
Compare
Choose a tag to compare

Add hide and conditionalClass options also for card tiles and custom tiles

Version 0.5.7 Masonry

17 Aug 12:59
Compare
Choose a tag to compare

I added masonry as an option. What is masonry?
When you use wider and higher on your tiles it makes them size tiles 2x width or 2x height and when you use those in combination with normal tiles you get blank spaces and it is not so good looking.

masonry fixes this, it position the tiles to fill up those blank spaces like below :)
homekit-example masonry

To enable masonry, set it to true in you configuration:

- type: "custom:homekit-card"
  masonry: true

I also expanded the wider and higher options. You can now combine them with a size.
At the moment it always makes it 2 tiles width or 2 tiles height i added widerSize and higherSize which can have the value 1, 2, 3, 4, 5 or 6 and this sets how much tiles width or height it should be.

Version 0.5.6

17 Aug 07:12
Compare
Choose a tag to compare

Added 2 new config options for the extra state that is displayed for lights this is default brightness for example.
You could already overwrite this the the state option and just set any entity and the state would display on the position where it normally would show the brightness.
Now i added statePath with this you can also display any other values of the entity you set in state so example:

- entity: sensor.door
  name: door sensor
  state: light.frontdoor
  statePath: attributes.brightness

This will display the brightness of the light instead of just the state which would be on / off

The other thing is hideState.
So when you have a light or a sensor they default display the extra state and by setting hideState to true this is gone.

Version 0.5.5.2 Fix popup empty title

31 Jul 14:22
Compare
Choose a tag to compare

Version 0.5.5.1 Fixes

31 Jul 14:05
Compare
Choose a tag to compare
  • Removed title "test" from popups
  • Added style for the popup to remove unwanted shadow
  • Added state option for sensors to show other states than last_changed

Version 0.5.5 fix popups

29 Jul 14:14
0dc6cbc
Compare
Choose a tag to compare

Fix popups.
Because of the big changes in the popups you now need to install browser_mod and card mod by thomasloven to use the popups

Version 0.5.3 Fix card tiles

11 Jul 16:22
Compare
Choose a tag to compare

Version 0.5.2

11 Jul 14:36
Compare
Choose a tag to compare

Partly fixed cards inside tiles.
I know that picture-glance card is not working at the moment :(