Add bubble calendar card to mobile dashboard
This commit is contained in:
@ -508,6 +508,19 @@ views:
|
|||||||
layout: vertical
|
layout: vertical
|
||||||
icon_type: entity-picture
|
icon_type: entity-picture
|
||||||
fill_container: false
|
fill_container: false
|
||||||
|
- type: heading
|
||||||
|
icon: mdi:calendar
|
||||||
|
heading: Calendar
|
||||||
|
heading_style: title
|
||||||
|
- type: custom:bubble-card
|
||||||
|
card_type: calendar
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
|
entities:
|
||||||
|
- entity: calendar.family
|
||||||
|
color: '#608414'
|
||||||
|
show_end: true
|
||||||
|
show_progress: true
|
||||||
- type: heading
|
- type: heading
|
||||||
icon: mdi:cctv
|
icon: mdi:cctv
|
||||||
heading: Cameras
|
heading: Cameras
|
||||||
@ -1085,6 +1098,8 @@ views:
|
|||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '#front-porch'
|
navigation_path: '#front-porch'
|
||||||
sub_button: []
|
sub_button: []
|
||||||
|
modules:
|
||||||
|
- default
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: floors_separator
|
template: floors_separator
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user