Skip to content

Commit

Permalink
fixup! Add vane position to heat pump card
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 14, 2024
1 parent 3f1414f commit 39d4cd8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
23 changes: 21 additions & 2 deletions dashboards/views/climate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- type: "vertical-stack"
title: "House"
title: "Global"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- !include ../cards/climate-overview.yaml

Expand All @@ -26,6 +31,11 @@

- type: "vertical-stack"
title: "Heat pump"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: "thermostat"
entity: "climate.heat_pump"
Expand Down Expand Up @@ -100,7 +110,6 @@
- option: "down"
icon: "mdi:chevron-double-down"


- type: "entities"
title: "Settings"
show_header_toggle: false
Expand All @@ -124,6 +133,11 @@

- type: "vertical-stack"
title: "Thermostats"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: "entities"
title: "Ground floor"
Expand Down Expand Up @@ -178,6 +192,11 @@

- type: "vertical-stack"
title: "Weather"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: weather-forecast
entity: weather.quebec
Expand Down
20 changes: 20 additions & 0 deletions dashboards/views/media-details.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- type: vertical-stack
title: Speakers
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: media-control
entity: media_player.laundry_room_google_home
Expand All @@ -19,6 +24,11 @@

- type: vertical-stack
title: TVs
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: media-control
entity: media_player.living_room_tv
Expand All @@ -29,6 +39,11 @@

- type: vertical-stack
title: Groups
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: media-control
entity: media_player.cast_basement
Expand All @@ -39,6 +54,11 @@

- type: vertical-stack
title: Broadcast
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: entities
entities:
Expand Down
15 changes: 15 additions & 0 deletions dashboards/views/security.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- type: "vertical-stack"
title: Controls
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- !include ../cards/alarm.yaml

Expand Down Expand Up @@ -28,6 +33,11 @@

- type: "vertical-stack"
title: "Last arming"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: "markdown"
content: |
Expand Down Expand Up @@ -64,6 +74,11 @@

- type: "vertical-stack"
title: "Devices"
card_mod:
style: |
#card-header {
padding-top: 0;
}
cards:
- type: glance
title: Leaks
Expand Down

0 comments on commit 39d4cd8

Please sign in to comment.