diff --git a/content/components/debug.md b/content/components/debug.md index 8138410f71..712c21ada1 100644 --- a/content/components/debug.md +++ b/content/components/debug.md @@ -25,6 +25,8 @@ text_sensor: name: "Device Info" reset_reason: name: "Reset Reason" + power_save_mode: + name: "WiFi Power Save Mode" sensor: - platform: debug @@ -70,6 +72,12 @@ sensor: - **reset_reason** (*Optional*): Reports the last reboot reason in a human-readable form. Accepts all options from [Text Sensor](#config-text_sensor). +- **power_save_mode** (*Optional*): Reports the current WiFi power save mode. Only available on ESP32 platforms with WiFi enabled. Possible values: + + - `NONE`, `LIGHT`, `HIGH`, or `UNKNOWN` + + Accepts all options from [Text Sensor](#config-text_sensor). + ## Sensor ### Configuration variables