Files
homeassistant/packages/binary_sensor/movimiento_habitacion_estudio.yaml
2019-07-06 11:05:16 +00:00

13 lines
366 B
YAML

binary_sensor:
- platform: mqtt
name: "Movimiento Habitación Estudio"
value_template: >-
{% if value_json.RfReceived.Data == '2A00BC' %}
{{'ON'}}
{% else %}
{{states('binary_sensor.movimiento_habitacion_estudio') | upper}}
{% endif %}
device_class: motion
state_topic: "sonoffbridge/tele/RESULT"
off_delay: 5