Great work on this card, but I must be doing something wrong. I’ve got a bunch of entities (mostly lights and input_booleans) and they’re all appearing just fine. But tapping on them does nothing. I’ve tried different browsers on PC and on mobile, reloading Lovelace, refreshing, disabling plugins - nothing!
What am I doing wrong?
- type: "custom:homekit-card"
home: true
title: "Lights"
useBrightness: false
enableColumns: false
statePositionTop: true
entities:
- title: Automation
entities:
- entity: input_boolean.evening_mode
icon: mdi:weather-sunset
- entity: input_boolean.night_mode
icon: mdi:weather-night
- entity: input_boolean.manual_night_mode
icon: mdi:car-brake-alert
- entity: input_boolean.guest_mode
icon: mdi:account-question
- title: Upstairs
tap_action:
action: toggle
entities:
- entity: light.kitchen
- entity: light.dining_room
- entity: light.drawing_room
- entity: light.command_centre
- entity: light.lounge
- entity: light.master_bedroom
- entity: light.master_wardrobe