From adb52a1720d8d00488940b555ccbfadacf4e675c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Mar 2020 14:41:13 +0100 Subject: [PATCH] Add Wi-Fi sensors to WLED integration (#12460) --- source/_integrations/wled.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/_integrations/wled.markdown b/source/_integrations/wled.markdown index 7a5136c68ac..d8d097d3c1d 100644 --- a/source/_integrations/wled.markdown +++ b/source/_integrations/wled.markdown @@ -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