Fix indentation in tree yaml
parent
8f0412d712
commit
92393cdd7a
10
wallmote.py
10
wallmote.py
|
@ -8,7 +8,7 @@ from threading import Timer
|
||||||
|
|
||||||
"""
|
"""
|
||||||
1: States
|
1: States
|
||||||
1: Lights
|
1: Lights
|
||||||
1: Kitchen Lights
|
1: Kitchen Lights
|
||||||
1: Off
|
1: Off
|
||||||
2: 10%
|
2: 10%
|
||||||
|
@ -20,7 +20,7 @@ from threading import Timer
|
||||||
[...]
|
[...]
|
||||||
4: Bedroom Lights
|
4: Bedroom Lights
|
||||||
[...]
|
[...]
|
||||||
2: A/C
|
2: A/C
|
||||||
2: Main Room AC
|
2: Main Room AC
|
||||||
1: Power
|
1: Power
|
||||||
1: On
|
1: On
|
||||||
|
@ -45,7 +45,7 @@ from threading import Timer
|
||||||
[...]
|
[...]
|
||||||
4: Bedroom AC
|
4: Bedroom AC
|
||||||
[...]
|
[...]
|
||||||
3: Fans
|
3: Fans
|
||||||
1: Kitchen Fan
|
1: Kitchen Fan
|
||||||
1: Off
|
1: Off
|
||||||
2: 1
|
2: 1
|
||||||
|
@ -56,9 +56,9 @@ from threading import Timer
|
||||||
4: Bedroom Fan
|
4: Bedroom Fan
|
||||||
[...]
|
[...]
|
||||||
2: Miscellaneous
|
2: Miscellaneous
|
||||||
1: Effects
|
1: Effects
|
||||||
1: Clear light RGB strip notifications
|
1: Clear light RGB strip notifications
|
||||||
2: Music
|
2: Music
|
||||||
1: Join/unjoin speakers
|
1: Join/unjoin speakers
|
||||||
1. Unjoin speakers
|
1. Unjoin speakers
|
||||||
# Select master
|
# Select master
|
||||||
|
|
Loading…
Reference in New Issue