This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/lovelace/overview/climate.yaml

45 lines
953 B
YAML
Raw Normal View History

2022-08-02 12:03:44 +00:00
#- 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
2022-07-29 01:05:27 +00:00
- type: "horizontal-stack"
cards:
2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
template: card_generic
entity: sensor.temperature_kai_humidity
variables:
ulm_card_generic_name: Humidity
2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
2022-07-29 01:05:27 +00:00
template: card_generic
entity: sensor.temperature_kai_pressure
variables:
2022-08-02 12:03:44 +00:00
ulm_card_generic_name: Pressure
- type: custom:weather-card
entity: weather.pirateweather