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
darthsandmann 9db4448fa4 Updates
2022-08-02 14:03:44 +02:00

24 lines
831 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'
unit_of_measurement: '°C'