Releases: DBuit/Homekit-panel-card
Version 0.5.1
V0.5 had a bug and tiles with another card in it would not load :(
This is fixed now.
Added option for card and custom tiles to have an on/off state. Before they where always on.
Example:
- title: Wasmachine
entities:
- card: custom:mini-graph-card
entity: `here you set an entity and the state of this entity toggles the tile as on/off`
offStates: `Add a list of states that should display the tile as OFF al other states will be handled as ON`
noPadding: true
cardOptions:
entities:
- sensor.wasmachine_energieverbruik
Version 0.5
Conditional stuff
- Hide
- ConditionalClass
Docs: https://github.com/DBuit/Homekit-panel-card#template-hide-or-customclass
You can now use popup as tap_action. so you don't need browser_mod service to start a popup by tapping or holding a tile.
Example:
- cards:
- entities:
- entities:
- entity: cover.big_garage
popupExtend:
supportedFeaturesTreshold: 8
tap_action:
action: popup
- entity: switch.porch_light
- entity: switch.living_room_fan
popup:
settings: true
supportedFeaturesTreshold: -1
type: 'custom:light-popup-card'
@caseyjhol did the work really cool, thank you for that!
Version 0.4.9.5
- Fix for useBrightness and useTemperature
- Add option to replace icon by image and offImage for when the tile is in off state
- Add missing style graph tile for unit of measurement,
- Brightness slider in tile is now also be used on larger tiles with the wider / higher options
Version 0.4.9.4
Fix tileHoldAnimation
Add css variable --tile-icon-size, default 30px
Version 0.4.9.3
Update style for slider tile
Hide slider when entity is in off state
Version 0.4.9.1
Make rules height configurable in style
Fix cardSize when using columns
Version 0.4.9.2
Add slider:true
option for light tile which add a slider in the tile to control the brightness
Version 0.4.9
Hello guys,
a small update
- Fix icon size on tile
- Update readme (new install dir for hacs)
- Merged confirmation option for actions (thanks to @iantrich)
- Added option for half height tiles
Version 0.4.8.2
Fix element does not exist firefox
Version 0.4.8.1
Fix row width with custom tile size