Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:bubble-card
- card_type: button
- card_layout: large
- button_type: name
- show_icon: false
- show_name: false
- sub_button:
- - name: Mute
- icon: mdi:volume-off
- tap_action:
- action: toggle
- service: input_boolean.toggle
- entity: input_boolean.silent_mode
- - name: Covers
- entity: cover.all_group
- show_background: false
- tap_action:
- action: navigate
- navigation_path: '#cover'
- - name: Shopping list
- icon: mdi:cart-outline
- show_background: false
- tap_action:
- action: navigate
- navigation_path: '#shopping-list'
- - name: Security
- icon: mdi:video-outline
- show_background: false
- tap_action:
- action: navigate
- navigation_path: '#security'
- - name: Settings
- icon: mdi:cog
- show_background: false
- tap_action:
- action: navigate
- navigation_path: '#configuration'
- styles: |
- .card-content {
- width: 100%;
- margin: 0 !important;
- }
- .bubble-button-card-container {
- background: none;
- border: none;
- }
- .bubble-sub-button {
- height: 46px !important;
- width: 46px !important;
- }
- .bubble-sub-button-container {
- display: flex !important;
- width: 100%;
- justify-content: space-between !important;
- }
- .bubble-sub-button-icon {
- --mdc-icon-size: inherit !important;
- }
- .bubble-name-container {
- margin-right: 0px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment