Files
homeassistant/packages/binary_sensor/movimiento_pasillo_habitaciones_primario.yaml
2019-12-09 12:33:05 +00:00

13 lines
321 B
YAML

binary_sensor:
- platform: mqtt
name: "Movimiento Pasillo Habitaciones Primario"
value_template: >-
{% if value_json.RfReceived.Data == '5D559C' %}
{{'ON'}}
{% else %}
{{'OFF'}}
{% endif %}
device_class: motion
state_topic: "sonoffbridge/tele/RESULT"
off_delay: 10