Skip to content

Commit 8450e35

Browse files
committed
Include configuration schema in the README
1 parent f840914 commit 8450e35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ custom_zha_radios:
2525
description: TI CC13x2, CC26x2, and ZZH
2626
```
2727
28+
# Configuration
29+
30+
Below are the defaults with the top-level Home Assistant `zha:` key:
31+
32+
```yaml
33+
zha:
34+
zigpy_config:
35+
znp_config:
36+
tx_power: None # if set, must be between -22 (low) and 19 (high)
37+
led_mode: None # if set, must be one of: off, on, blink, flash, toggle
38+
skip_bootloader: True # skips the 60s bootloader delay on some CC2531 sticks
39+
```
40+
2841
# Backup and restore
2942
A complete NVRAM backup can be performed to migrate between different radios **based on the same chip**. Anything else is untested.
3043

0 commit comments

Comments
 (0)