2022-08-30 16:42:25 +00:00
|
|
|
#- type: 'custom:button-card'
|
|
|
|
# template: card_title
|
|
|
|
# name: Climate
|
|
|
|
|
|
|
|
|
|
|
|
- type: custom:apexcharts-card
|
|
|
|
graph_span: 6h
|
|
|
|
header:
|
|
|
|
show: false
|
|
|
|
series:
|
2023-02-11 19:03:41 +00:00
|
|
|
- entity: sensor.garten_temperatur_temperature
|
2022-08-30 16:42:25 +00:00
|
|
|
type: line
|
|
|
|
name: Inside
|
|
|
|
group_by:
|
|
|
|
func: avg
|
|
|
|
duration: 15min
|
|
|
|
- entity: sensor.temperature_outside
|
|
|
|
type: column
|
|
|
|
name: Outside
|
|
|
|
group_by:
|
|
|
|
func: avg
|
|
|
|
duration: 15min
|
|
|
|
|
|
|
|
|
|
|
|
- type: "horizontal-stack"
|
|
|
|
cards:
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
template: card_generic
|
2023-02-11 19:03:41 +00:00
|
|
|
entity: sensor.garten_temperatur_temperature
|
2022-08-30 16:42:25 +00:00
|
|
|
variables:
|
|
|
|
ulm_card_generic_name: Inside
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
template: card_generic
|
|
|
|
entity: sensor.climate_temp_difference_inside_outside
|
|
|
|
variables:
|
|
|
|
ulm_card_generic_name: Diff Outside
|
|
|
|
|
|
|
|
- type: "horizontal-stack"
|
|
|
|
cards:
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
template: card_generic
|
|
|
|
entity: sensor.temperature_inside_feelslike
|
|
|
|
variables:
|
|
|
|
ulm_card_generic_name: Inside Feelslike
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
template: card_generic
|
|
|
|
entity: sensor.temperature_outside_feelslike
|
|
|
|
variables:
|
|
|
|
ulm_card_generic_name: Outside Feelslike
|
|
|
|
|
|
|
|
|
2023-02-11 19:27:19 +00:00
|
|
|
# - type: "horizontal-stack"
|
|
|
|
# cards:
|
|
|
|
# - type: 'custom:button-card'
|
|
|
|
# template: card_generic
|
|
|
|
# entity: sensor.temperature_kai_humidity
|
|
|
|
# variables:
|
|
|
|
# ulm_card_generic_name: Humidity
|
2022-08-30 16:42:25 +00:00
|
|
|
|
2023-02-11 19:27:19 +00:00
|
|
|
# - type: 'custom:button-card'
|
|
|
|
# template: card_generic
|
|
|
|
# entity: sensor.temperature_kai_pressure
|
|
|
|
# variables:
|
|
|
|
# ulm_card_generic_name: Pressure
|
2022-08-30 16:42:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
- type: weather-forecast
|
|
|
|
entity: weather.home
|