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

12 lines
382 B
YAML

sensor:
- platform: mqtt
name: "OpenGateway LORA"
state_topic: "home/OpenMQTTGateway/LORAtoMQTT"
unit_of_measurement: 'dB'
value_template: "{{ value_json.rssi}}"
availability_topic: "home/OpenMQTTGateway/LWT"
payload_available: "online"
payload_not_available: "offline"
icon: "mdi:wifi"
json_attributes_topic: "home/OpenMQTTGateway/LORAtoMQTT"