Pirateweather -> Accuweather for current weather
This commit is contained in:
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user