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.
homeassistant-config/packages/climate/weather.yaml
darthsandmann e46c7eadab Cleanup
2022-08-09 11:21:13 +02:00

24 lines
808 B
YAML

## -------------------------------------------------------------------------------------------------##
## pirateweather
## -------------------------------------------------------------------------------------------------##
## -------------------------------------------------------------------------------------------------##
## Wetter-Plattform
## -------------------------------------------------------------------------------------------------##
weather:
- platform: pirateweather
api_key: !secret pirateweather
mode: daily
sun:
sensor:
- platform: template
#api_key: !secret pirateweather
sensors:
temperature_outside:
value_template: '{{ states.weather.home.attributes.temperature }}'
friendly_name: 'Outside Temperature'
unit_of_measurement: '°C'