Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
Updated wifi signal device class
  • Loading branch information
danpeig committed Apr 2, 2023
1 parent ae3e66a commit 31a5c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esphome-esp32emon/esp32emon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ esphome:
- esp32emon.h
project:
name: danpeig.esp32emon
version: "1.3.0"
version: "1.4.0"

# Board configuration
esp32:
Expand Down Expand Up @@ -455,6 +455,7 @@ sensor:

- platform: copy # Reports the WiFi signal strength in %
source_id: wifi_signal_db
device_class: ""
name: "WiFi signal"
filters:
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
Expand Down

0 comments on commit 31a5c70

Please sign in to comment.