Releases: DBuit/Homekit-panel-card
Version 0.6.3
Version 0.6.2
Version 0.6.2
Issues fixed:
- Fixed wrapper size when changing mobile tile view width which would result in 2 tiles on row instead of 3
- Can't get it working with Home Assistant Cast #122
- noPadding resizes tile after adjusting tile settings #121
- Enable Haptics #118
You can now use haptic on global part of the config, but also on a row or entity - [Feature Request] Allow double_tap action to be selectable to mirror tap_action or hold_action #97
New configdoubleTapFallback
anddoubleTapDisabledWhenNoActionSet
doubleTapDisabledWhenNoActionSet
is default true so this removes a 200 ms delay on tap actions which you don't want when not using double tap actions, if you do have custom double tap action set on a tile it will use the 200ms delay.
doubleTapFallback
is default tap action but can now be set to "hold" so it will use the hold action as fallback when no double tap action is set. if you wanna use this you should setdoubleTapDisabledWhenNoActionSet
tofalse
Version 0.6.1
Fix widerSize and higherSize in combination with slider == true
fire-dom-events and icon color fix
I added the fire-dom-events as an option for tap_actions so you can call browser_mod for example when tapping a tile.
Example config:
tap_action:
action: fire-dom-event
browser_mod:
command: popup
title: 'My Title'
card:
type: 'custom:mini-graph-card'
entities:
- weather.weersverwachting
I also added useRGB
in the config for the card, it is an addition on the useBrightness
and useTemperature
to disable the change of the icon color based on the light. I hope this fixes issues where people got i white icon somehow while brightness and temperature are off.
Version 0.5.9.4
Fix browsermod popup not showing on all devices
Version 0.5.9.3
Fix after browser mod update
Version 0.5.9.1
Add timestamp sensor options to display better. example:
- entity: sensor.fig_lx1_last_reboot
timestampFormat: "[Klaar over] h [uur en ] mm [minuten]"
timestampDiff: true
Thanks to @rob-mccann you can now add collapse: true
to your column.
Which will hide the column when all entities are also hidden. Check readme for more info!
Version 0.5.9
Small changes to UI, fix sizes of bigger tiles and group action added
Version 0.5.8.4 Fix different sizes again..
Update sizes
Version 0.5.8.3 Fix different size widths
Fix different size widths