Updated other_power template sensor
This commit is contained in:
+2
-1
@@ -78,7 +78,8 @@
|
||||
{% set waschmaschine = states('sensor.waschmaschine_leistung') | float %}
|
||||
{% set arcade = states('sensor.arcade_automat_leistung') | float %}
|
||||
{% set spuelmaschine = states('sensor.spulmaschine_leistung') | float %}
|
||||
{{ (total + solar - raumduft - keller - musik - bett - heimkino_sz - deko - schreibtisch - serverraum - heimkino_wz - spieleschrank - kuehlschrank - kaffeemaschine - waeschetrockner - waschmaschine - arcade - spuelmaschine) | round(1) }}
|
||||
{% set mikrowelle = states('sensor.waschetrockner_leistung') | float %}
|
||||
{{ (total + solar - raumduft - keller - musik - bett - heimkino_sz - deko - schreibtisch - serverraum - heimkino_wz - spieleschrank - kuehlschrank - kaffeemaschine - waeschetrockner - waschmaschine - arcade - spuelmaschine - mikrowelle) | round(1) }}
|
||||
device_class: power
|
||||
state_class: measurement
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user