47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
- type: 'custom:button-card'
|
|
template: card_title
|
|
name: Climate
|
|
|
|
|
|
- type: custom:button-card
|
|
template: custom_card_httpedo13_sun
|
|
|
|
|
|
- type: "custom:button-card"
|
|
template: card_weather
|
|
entity: weather.dark_sky
|
|
variables:
|
|
ulm_card_weather_name: " "
|
|
ulm_card_weather_primary_info:
|
|
- wind_speed
|
|
- precipitation_probability
|
|
ulm_card_weather_backdrop:
|
|
fade: true
|
|
|
|
|
|
- type: 'custom:button-card'
|
|
template: card_graph
|
|
entity: sensor.temperature_kai_temperature
|
|
variables:
|
|
ulm_card_graph_color: "var(--google-blue)"
|
|
ulm_card_graph_name: Temperature
|
|
ulm_card_graph_entity: sensor.temperature_kai_temperature
|
|
ulm_card_graph_color2: "var(--google-green)"
|
|
ulm_card_graph_entity2: sensor.temperature_outside_darksky
|
|
ulm_card_graph_type: fill
|
|
ulm_card_graph_hours: 6
|
|
|
|
|
|
- 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 |