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