45 lines
953 B
YAML
45 lines
953 B
YAML
#- type: 'custom:button-card'
|
|
# template: card_title
|
|
# name: Climate
|
|
|
|
|
|
#- type: custom:simple-weather-card
|
|
# entity: weather.pirateweather
|
|
|
|
|
|
- type: custom:apexcharts-card
|
|
graph_span: 6h
|
|
header:
|
|
show: false
|
|
series:
|
|
- entity: sensor.temperature_kai_temperature
|
|
type: line
|
|
name: Inside
|
|
group_by:
|
|
func: avg
|
|
duration: 30min
|
|
- entity: sensor.temperature_outside_pirateweather
|
|
type: column
|
|
name: Outside
|
|
group_by:
|
|
func: avg
|
|
duration: 30min
|
|
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_generic
|
|
entity: sensor.temperature_kai_humidity
|
|
variables:
|
|
ulm_card_generic_name: Humidity
|
|
|
|
- type: 'custom:button-card'
|
|
template: card_generic
|
|
entity: sensor.temperature_kai_pressure
|
|
variables:
|
|
ulm_card_generic_name: Pressure
|
|
|
|
|
|
- type: custom:weather-card
|
|
entity: weather.pirateweather |