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.

24 lines
808 B
YAML
Raw Normal View History

2022-07-29 03:05:27 +02:00
## -------------------------------------------------------------------------------------------------##
2022-07-31 02:46:27 +02:00
## pirateweather
2022-07-29 03:05:27 +02:00
## -------------------------------------------------------------------------------------------------##
## -------------------------------------------------------------------------------------------------##
## Wetter-Plattform
## -------------------------------------------------------------------------------------------------##
weather:
2022-07-31 02:46:27 +02:00
- platform: pirateweather
api_key: !secret pirateweather
2022-07-29 03:05:27 +02:00
mode: daily
sun:
sensor:
- platform: template
2022-07-31 02:46:27 +02:00
#api_key: !secret pirateweather
2022-07-29 03:05:27 +02:00
sensors:
temperature_outside:
value_template: '{{ states.weather.home.attributes.temperature }}'
2022-08-02 14:03:44 +02:00
friendly_name: 'Outside Temperature'
unit_of_measurement: '°C'