New apps Added
This commit is contained in:
+4
-6
@@ -60,13 +60,13 @@ template:
|
||||
device_class: power
|
||||
state_class: measurement
|
||||
state: >
|
||||
{% set hvac = states.climate | selectattr('entity_id', 'search', 'living_room') | map(attribute='entity_id') | first %}
|
||||
{% if hvac %}
|
||||
{% set hvac = 'climate.living_room_living_room' %}
|
||||
{% if states(hvac) not in ['unknown', 'unavailable'] %}
|
||||
{% set action = state_attr(hvac, 'hvac_action') | string | lower %}
|
||||
{% if action == 'cooling' %}
|
||||
2.12
|
||||
{% elif action == 'heating' %}
|
||||
{% if is_state_attr(hvac, 'is_aux_heat', true) %}
|
||||
{% if is_state_attr(hvac, 'preset_mode', 'eco') or is_state_attr(hvac, 'aux_heat', 'on') %}
|
||||
20.5
|
||||
{% else %}
|
||||
2.5
|
||||
@@ -116,9 +116,7 @@ http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 192.168.122.1
|
||||
- 192.168.1.130
|
||||
- 192.168.1.125
|
||||
- 192.168.1.135
|
||||
- 192.168.1.0/24
|
||||
|
||||
# Legacy and Integration Sensor Section
|
||||
sensor:
|
||||
|
||||
Reference in New Issue
Block a user