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;
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