Añadido doble sensor de 433Mhz

This commit is contained in:
dfcarvajal
2019-12-09 12:33:05 +00:00
parent 3334b67cc6
commit 4be05b641a
21 changed files with 246 additions and 128 deletions

View File

@@ -0,0 +1,12 @@
binary_sensor:
- platform: mqtt
name: "Movimiento Pasillo Entrada Primario"
value_template: >-
{% if value_json.RfReceived.Data == '4A3E9C' %}
{{'ON'}}
{% else %}
{{'OFF'}}
{% endif %}
device_class: motion
state_topic: "sonoffbridge/tele/RESULT"
off_delay: 10