Add icons to titles in home page on main dashboard
This commit is contained in:
@ -149,6 +149,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Weather
|
||||
heading_style: title
|
||||
icon: mdi:weather-partly-cloudy
|
||||
- type: custom:meteoalarm-card
|
||||
entities:
|
||||
entity: sensor.weatheralerts
|
||||
@ -176,6 +178,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Master Switches and Info
|
||||
heading_style: title
|
||||
icon: mdi:home-switch
|
||||
- type: entities
|
||||
entities:
|
||||
- type: custom:template-entity-row
|
||||
@ -283,6 +287,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Cameras
|
||||
heading_style: title
|
||||
icon: mdi:cctv
|
||||
- camera_view: auto
|
||||
type: picture-glance
|
||||
title: Front Porch
|
||||
@ -307,6 +313,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Residents
|
||||
heading_style: title
|
||||
icon: mdi:home-account
|
||||
- square: false
|
||||
columns: 3
|
||||
type: grid
|
||||
@ -332,6 +340,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Family Calendar
|
||||
heading_style: title
|
||||
icon: mdi:calendar
|
||||
- type: custom:atomic-calendar-revive
|
||||
enableModeChange: true
|
||||
firstDayOfWeek: 1
|
||||
@ -378,6 +388,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Home Feed
|
||||
heading_style: title
|
||||
icon: mdi:rss
|
||||
- type: custom:home-feed-card
|
||||
card_id: main_feed
|
||||
show_empty: false
|
||||
@ -479,6 +491,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Communications
|
||||
heading_style: title
|
||||
icon: mdi:bullhorn
|
||||
- type: custom:tabbed-card
|
||||
styles:
|
||||
'--mdc-theme-primary': null
|
||||
@ -536,6 +550,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Misc
|
||||
heading_style: title
|
||||
icon: mdi:format-list-bulleted
|
||||
- type: markdown
|
||||
content: >-
|
||||
## Documentation
|
||||
|
Reference in New Issue
Block a user