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/pirate_weather.yaml
2022-07-31 02:46:27 +02:00

23 lines
796 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_pirateweather:
value_template: '{{ states.weather.pirateweather.attributes.temperature }}'
friendly_name: 'Outside Temperature'