Updates
This commit is contained in:
@ -6,32 +6,22 @@
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Wetter-Plattform
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
weather:
|
||||
- platform: pirateweather
|
||||
api_key: !secret pirateweather
|
||||
mode: daily
|
||||
|
||||
sun:
|
||||
|
||||
|
||||
sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
temperature_outside:
|
||||
value_template: '{{ states.weather.home.attributes.temperature }}'
|
||||
value_template: '{{ states.weather.openweathermap.attributes.temperature }}'
|
||||
friendly_name: 'Outside Temperature'
|
||||
unit_of_measurement: '°C'
|
||||
temperature_today_max:
|
||||
temperature_today:
|
||||
value_template: >
|
||||
{{ state_attr('weather.pirateweather', 'forecast')[0].temperature }}
|
||||
{{ state_attr('weather.home', 'forecast')[0].temperature }}
|
||||
friendly_name: 'Max Temperature'
|
||||
unit_of_measurement: '°C'
|
||||
temperature_today_min:
|
||||
value_template: >
|
||||
{{ state_attr("weather.pirateweather", "forecast")[0].templow }}
|
||||
friendly_name: 'Min Temperature'
|
||||
unit_of_measurement: '°C'
|
||||
temperature_today_condition:
|
||||
value_template: >
|
||||
{{ state_attr('weather.pirateweather', 'forecast')[0].condition }}
|
||||
friendly_name: 'Condition'
|
||||
{{ state_attr('weather.home', 'forecast')[0].condition }}
|
||||
friendly_name: 'Condition'
|
||||
|
||||
|
||||
sun:
|
Reference in New Issue
Block a user