Releases: DBuit/Homekit-panel-card
Version 0.5.8.2
Update tile sizes desktop and mobile
Version 0.5.8.1
Fix widerSize and higherSize incombination with noPadding option
Version 0.5.8
Add hide and conditionalClass options also for card tiles and custom tiles
Version 0.5.7 Masonry
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 :)
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
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
Fix popup empty title
Version 0.5.5.1 Fixes
- 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
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
Fix card tiles
Version 0.5.2
Partly fixed cards inside tiles.
I know that picture-glance card is not working at the moment :(