Skip to content

Releases: DBuit/Homekit-panel-card

Version 0.5.1

10 Jul 13:36
34e1528
Compare
Choose a tag to compare

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

10 Jul 09:49
a4f8389
Compare
Choose a tag to compare

Conditional stuff

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

30 Jun 11:50
696d783
Compare
Choose a tag to compare
  • 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

16 Jun 12:45
8d3eb3e
Compare
Choose a tag to compare

Fix tileHoldAnimation
Add css variable --tile-icon-size, default 30px

Version 0.4.9.3

11 Jun 08:17
e3422a7
Compare
Choose a tag to compare
Version 0.4.9.3 Pre-release
Pre-release

Update style for slider tile
Hide slider when entity is in off state

Version 0.4.9.1

08 Jun 08:21
4ee8b13
Compare
Choose a tag to compare

Make rules height configurable in style
Fix cardSize when using columns

Version 0.4.9.2

08 Jun 12:57
63b4bd6
Compare
Choose a tag to compare
Version 0.4.9.2 Pre-release
Pre-release

Add slider:true option for light tile which add a slider in the tile to control the brightness

Version 0.4.9

25 May 06:58
06c0612
Compare
Choose a tag to compare

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

Schermafbeelding 2020-05-25 om 08 51 09

Version 0.4.8.2

28 Feb 14:04
116d7fb
Compare
Choose a tag to compare

Fix element does not exist firefox

Version 0.4.8.1

28 Feb 10:29
211d0af
Compare
Choose a tag to compare

Fix row width with custom tile size