Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/components/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down