devWaves / SwitchBot-MQTT-BLE-ESP32

Allows for multiple SwitchBot bots and curtains to be controlled via MQTT sent to ESP32. ESP32 will send BLE commands to switchbots and return MQTT responses to the broker. Also supports Temperature, Motion, Contact sensors
MIT License
530 stars 66 forks source link

sensor.esp32_linkquality (WiFi signal level) show as "rssi" instead of "dBm" #122

Open iz8mbw opened 1 year ago

iz8mbw commented 1 year ago

Hello. I see the "sensor.esp32_linkquality" (Entity in Home Assistant) that is the WiFi signal of ESP32 shown as "rssi". I suggest to modify it to "dBm", since the "Unit of measurement" of signal (the values number returned) is "dBm".

Thanks!