Files
homeassistant/packages/sensor/openmqttgatewaysilviaband.yaml
2020-12-27 17:23:54 +01:00

12 lines
427 B
YAML

sensor:
- platform: mqtt
name: "Presencia Silvia MiBand Pasos"
state_topic: "home/OpenMQTTGateway/BTtoMQTT/C19F2B0A7E38"
unit_of_measurement: 'Pasos'
value_template: "{{ value_json.steps}}"
availability_topic: "home/OpenMQTTGateway/LWT"
payload_available: "online"
payload_not_available: "offline"
icon: "mdi:foot-print"
json_attributes_topic: "home/OpenMQTTGateway/BTtoMQTT/C19F2B0A7E38"