FIX loging binary_sensor

This commit is contained in:
dfcarvajal
2019-07-06 11:05:16 +00:00
parent 93d063cae5
commit 350de3ab37
24 changed files with 136 additions and 63 deletions

View File

@@ -6,6 +6,8 @@ binary_sensor:
{{'ON'}}
{% elif value_json.RfReceived.Data == 'A2670E' %}
{{'OFF'}}
{% else %}
{{states('binary_sensor.puerta_entrada') | upper}}
{% endif %}
device_class: opening
state_topic: "sonoffbridge/tele/RESULT"