@weaverprojects wrote:
hi I’m using the Homekit-panel-card with the popup card. is it possible to show a switch to open and close the garage door?
this is my code:
actions: - icon: 'mdi:garage-open' name: open service: cover.open_cover service_data: entity_id: this - icon: 'mdi:garage' name: close service: cover.close_cover service_data: entity_id: this actionsInARow: 2 entities: - entities: - double_tap_action: action: more-info entity: cover.garage_door name: Garage popup: type: 'custom:cover-popup-card' sliderService: cover.set_cover_position title: Garage type: 'custom:homekit-card'
Posts: 1
Participants: 1