New apps Added

This commit is contained in:
2026-07-08 10:43:39 -04:00
parent 3b1f4bbd75
commit fefc2c8b5c
1114 changed files with 406637 additions and 154 deletions
+4 -6
View File
@@ -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: