Button row for controlling open/close covers in Home Assistant. This plugin will also accept a "cover group" as the entity_id.
This element is completely theme-able to provide a match to the other control rows to provide a consistent look for the different elements in your Lovelace frontend
Configuration Examples:
cards:
- type: entities
title: cover theme test
show_header_toggle: false
state_color: true
entities:
- type: custom:cover-control-button-row
name: Garage Door
entity: cover.garage_door
reverseButtons: true
hideStopButton: true
## used to select your own customizable theme
customTheme: true
stopButtonColor: 'orange'
buttonInactiveColor: 'gray'
isOpenedColor: 'pink'
isClosedColor: 'magenta'
## used to select custom text for the buttons
customOpenText: 'OPEN'
customStopText: 'STOP'
customCloseText: 'CLOSE'
width: '15px'
height: '15px'
This is with the default Lovelace frontend theme set:
This is with the "Slate" frontend theme set:
This is with a custom theme and custom text: