diff --git a/lovelace/main.yaml b/lovelace/main.yaml index 6ec4021..b474d6d 100644 --- a/lovelace/main.yaml +++ b/lovelace/main.yaml @@ -9,6 +9,7 @@ views: - !include coffee_card.yaml - !include cameras/barnrum.yaml - !include cameras/kontor.yaml + - !include temperatures_card.yaml {{ dev_card }} - title: Floorplan diff --git a/lovelace/temperatures_card.yaml b/lovelace/temperatures_card.yaml new file mode 100644 index 0000000..44332df --- /dev/null +++ b/lovelace/temperatures_card.yaml @@ -0,0 +1,20 @@ +type: entities +show_header_toggle: false +title: Temperaturer +entities: + - type: section + label: Senaste dygnet + - type: custom:hui-history-graph-card + hours_to_show: 24 + entities: + - sensor.vardagsrum_0 + - sensor.temperatursensor_atelje_1_0 + - sensor.elmatare_0 + - type: section + label: Senaste veckan + - type: custom:hui-history-graph-card + hours_to_show: 168 + entities: + - sensor.vardagsrum_0 + - sensor.temperatursensor_atelje_1_0 + - sensor.elmatare_0