Add Wi-Fi sensors to WLED integration (#12460)

This commit is contained in:
Franck Nijhof 2020-03-22 14:41:13 +01:00 committed by GitHub
parent 7551e9985d
commit adb52a1720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,13 +45,17 @@ entity.
Only native supported features of a light in Home Assistant are supported
(which includes effects).
## Sensors
## Sensors
This integration provides sensors for the following information from WLED:
This integration provides sensors for the following information from WLED:
- Estimated current.
- Uptime.
- Free memory.
- Estimated current (in mA).
- Uptime (disabled by default)
- Free memory (in bytes, disabled by default).
- Wi-Fi Signal Strength (in %m disabled by default).
- Wi-Fi Signal Strength (RSSI in dBm).
- Wi-Fi Channel (disabled by default).
- Wi-Fi BSSID (disabled by default).
## Switches