mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Add clocks
This commit is contained in:
@@ -26,4 +26,14 @@ views:
|
|||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
grid-gap: 20px;
|
grid-gap: 20px;
|
||||||
}
|
}
|
||||||
card: !include lovelace/home_dashboard/kitchen_dashboard_card.yaml
|
card:
|
||||||
|
type: vertical-stack
|
||||||
|
cards:
|
||||||
|
- type: 'custom:simple-clock-card'
|
||||||
|
hide_seconds: true
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
margin: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
- !include lovelace/home_dashboard/kitchen_dashboard_card.yaml
|
||||||
|
|||||||
@@ -89,6 +89,15 @@ card:
|
|||||||
icon:
|
icon:
|
||||||
- color: var(--primary-color)
|
- color: var(--primary-color)
|
||||||
|
|
||||||
|
- type: 'custom:simple-clock-card'
|
||||||
|
hide_seconds: true
|
||||||
|
font_size: 2rem
|
||||||
|
padding_size: 10px
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: v3_section_title
|
template: v3_section_title
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -92,6 +92,15 @@ card:
|
|||||||
icon:
|
icon:
|
||||||
- color: var(--primary-color)
|
- color: var(--primary-color)
|
||||||
|
|
||||||
|
- type: 'custom:simple-clock-card'
|
||||||
|
hide_seconds: true
|
||||||
|
font_size: 2rem
|
||||||
|
padding_size: 10px
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: v3_section_title
|
template: v3_section_title
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -76,6 +76,15 @@ card:
|
|||||||
icon:
|
icon:
|
||||||
- color: var(--primary-color)
|
- color: var(--primary-color)
|
||||||
|
|
||||||
|
- type: 'custom:simple-clock-card'
|
||||||
|
hide_seconds: true
|
||||||
|
font_size: 2rem
|
||||||
|
padding_size: 10px
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: v3_section_title
|
template: v3_section_title
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -44,6 +44,8 @@
|
|||||||
type: module
|
type: module
|
||||||
- url: /hacsfiles/kb-better-graph-colors/kb-better-graph-colors.js
|
- url: /hacsfiles/kb-better-graph-colors/kb-better-graph-colors.js
|
||||||
type: module
|
type: module
|
||||||
|
- url: /hacsfiles/simple-clock-card/simple-clock-card.js
|
||||||
|
type: module
|
||||||
- url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js
|
- url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js
|
||||||
type: module
|
type: module
|
||||||
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
|
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
|
||||||
@@ -64,6 +66,7 @@
|
|||||||
type: module
|
type: module
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- url: /hacsfiles/lovelace-folder-card/folder-card.js
|
- url: /hacsfiles/lovelace-folder-card/folder-card.js
|
||||||
type: module
|
type: module
|
||||||
- url: /hacsfiles/lovelace-time-picker-card/time-picker-card.js
|
- url: /hacsfiles/lovelace-time-picker-card/time-picker-card.js
|
||||||
|
|||||||
Reference in New Issue
Block a user