Add clocks

This commit is contained in:
2021-12-05 11:33:39 +02:00
parent 9e94ed29d3
commit db2f39ea6a
5 changed files with 41 additions and 1 deletions
+11 -1
View File
@@ -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:
+3
View File
@@ -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