Cleanup
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## Sensoren
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
sensor:
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
## Berechnung der Temperaturveränderung
|
||||
## Calculation of temperature change
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
- platform: template
|
||||
sensors:
|
||||
@@ -16,7 +13,7 @@ sensor:
|
||||
{% if now == ("0.0"|float) %} {% set change = ("0.0"|float) %} {% endif %}
|
||||
{{ change | round(2) }}
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
## Berechnung der aktuellen Zieltemperatur bzgl Morgen/Nacht, Automatik/Manuell
|
||||
## Calculation of the target temperature
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
- platform: template
|
||||
sensors:
|
||||
@@ -71,7 +68,7 @@ sensor:
|
||||
|
||||
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
## Unterer + Oberer Schwellwert
|
||||
## target min and max temperature
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
- platform: template
|
||||
sensors:
|
||||
@@ -113,9 +110,8 @@ sensor:
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
## Differenz zu Ziel
|
||||
## difference to target
|
||||
## -----------------------------------------------------------------------------------------------##
|
||||
- platform: template
|
||||
sensors:
|
||||
|
24
packages/climate/weather.yaml
Normal file
24
packages/climate/weather.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
## -------------------------------------------------------------------------------------------------##
|
||||
## 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'
|
Reference in New Issue
Block a user