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

12 lines
380 B
YAML

sensor:
- platform: mqtt
name: "OpenGateway WIFI"
state_topic: "home/OpenMQTTGateway/SYStoMQTT"
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/SYStoMQTT"