wifi signal percent device class blank for HA log warning (#3379)

This commit is contained in:
bigbangus 2023-11-15 08:30:17 -05:00 committed by GitHub
parent b0c038c9a5
commit 6bbbe17aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ To additionally display signal strength in percentage use the :ref:`copy-sensor`
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
unit_of_measurement: "Signal %"
entity_category: "diagnostic"
device_class: ""
Configuration variables:
------------------------