configuration.yaml
This commit is contained in:
@@ -215,13 +215,6 @@ template:
|
|||||||
{% set kw = states('sensor.water_heater_power_draw') | float(0) %}
|
{% set kw = states('sensor.water_heater_power_draw') | float(0) %}
|
||||||
{{ (kw * 1000) | round(0) }}
|
{{ (kw * 1000) | round(0) }}
|
||||||
|
|
||||||
# HTTP Proxy Configuration
|
|
||||||
http:
|
|
||||||
use_x_forwarded_for: true
|
|
||||||
trusted_proxies:
|
|
||||||
- 192.168.122.1
|
|
||||||
- 192.168.1.0/24
|
|
||||||
|
|
||||||
# Legacy and Integration Sensor Section
|
# Legacy and Integration Sensor Section
|
||||||
sensor:
|
sensor:
|
||||||
- platform: torque
|
- platform: torque
|
||||||
|
|||||||
Reference in New Issue
Block a user