Pirateweather -> Accuweather for current weather

This commit is contained in:
darthsandmann
2022-08-05 12:54:01 +02:00
parent 3933d3b42a
commit ff7a978c6b
9 changed files with 146 additions and 19 deletions

View File

@ -14,7 +14,7 @@
ulm_card_generic_swap_name: inside
- type: 'custom:button-card'
template: card_generic_swap
entity: sensor.temperature_outside_pirateweather
entity: sensor.temperature_outside
variables:
ulm_card_generic_swap_name: outside
- type: 'custom:button-card'
@ -34,7 +34,7 @@
group_by:
func: avg
duration: 30min
- entity: sensor.temperature_outside_pirateweather
- entity: sensor.temperature_outside
type: column
name: Outside
group_by:

View File

@ -3,10 +3,6 @@
# name: Climate
#- type: custom:simple-weather-card
# entity: weather.pirateweather
- type: custom:apexcharts-card
graph_span: 6h
header:
@ -17,13 +13,13 @@
name: Inside
group_by:
func: avg
duration: 30min
- entity: sensor.temperature_outside_pirateweather
duration: 15min
- entity: sensor.temperature_outside
type: column
name: Outside
group_by:
func: avg
duration: 30min
duration: 15min
- type: "horizontal-stack"

View File

@ -9,7 +9,7 @@
entity: input_boolean.welcome_collapse
variables:
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse
ulm_weather: weather.pirateweather
ulm_weather: weather.home
entity_1:
entity_id: scene.light_adaptive
icon: "mdi:theme-light-dark"