Fix indentation in tree yaml
parent
8f0412d712
commit
92393cdd7a
146
wallmote.py
146
wallmote.py
|
@ -8,80 +8,80 @@ 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%
|
||||||
3: 55%
|
3: 55%
|
||||||
4: 100%
|
4: 100%
|
||||||
2: Main Room Lights
|
2: Main Room Lights
|
||||||
[...]
|
|
||||||
3: Living Room Lights
|
|
||||||
[...]
|
|
||||||
4: Bedroom Lights
|
|
||||||
[...]
|
|
||||||
2: A/C
|
|
||||||
2: Main Room AC
|
|
||||||
1: Power
|
|
||||||
1: On
|
|
||||||
2: On
|
|
||||||
3: Off
|
|
||||||
4: Off
|
|
||||||
2: Mode
|
|
||||||
1: Cool
|
|
||||||
2: Heat
|
|
||||||
3: Fan
|
|
||||||
3: Fan Level
|
|
||||||
1: Auto
|
|
||||||
2: Quiet
|
|
||||||
3: Medium
|
|
||||||
4: High
|
|
||||||
4: Temperature
|
|
||||||
1: 72
|
|
||||||
2: 74
|
|
||||||
3: 76
|
|
||||||
4: 78
|
|
||||||
3: Living Room AC
|
|
||||||
[...]
|
|
||||||
4: Bedroom AC
|
|
||||||
[...]
|
|
||||||
3: Fans
|
|
||||||
1: Kitchen Fan
|
|
||||||
1: Off
|
|
||||||
2: 1
|
|
||||||
3: 2
|
|
||||||
4: 3
|
|
||||||
3: Living Room Fan
|
|
||||||
[...]
|
|
||||||
4: Bedroom Fan
|
|
||||||
[...]
|
|
||||||
2: Miscellaneous
|
|
||||||
1: Effects
|
|
||||||
1: Clear light RGB strip notifications
|
|
||||||
2: Music
|
|
||||||
1: Join/unjoin speakers
|
|
||||||
1. Unjoin speakers
|
|
||||||
# Select master
|
|
||||||
3. Living Room Sonos
|
|
||||||
4. Bedroom Sonos
|
|
||||||
2: Play Music
|
|
||||||
3: Play on Living Room Sonos
|
|
||||||
1: Spotify: Liked Songs
|
|
||||||
2: Spotify: Getting Things Done
|
|
||||||
4: Play on Bedroom Sonos
|
|
||||||
1: Spotify: Liked Songs
|
|
||||||
2: Spotify: Chill Sleep
|
|
||||||
3: Media Controls
|
|
||||||
3: Living Room Sonos
|
|
||||||
1. Play
|
|
||||||
2. Pause
|
|
||||||
3. Previous
|
|
||||||
4. Next
|
|
||||||
4: Bedroom Sonos
|
|
||||||
[...]
|
[...]
|
||||||
4. Volume: TODO
|
3: Living Room Lights
|
||||||
3: Living Room Sonos
|
[...]
|
||||||
4: Bedroom Sonos
|
4: Bedroom Lights
|
||||||
|
[...]
|
||||||
|
2: A/C
|
||||||
|
2: Main Room AC
|
||||||
|
1: Power
|
||||||
|
1: On
|
||||||
|
2: On
|
||||||
|
3: Off
|
||||||
|
4: Off
|
||||||
|
2: Mode
|
||||||
|
1: Cool
|
||||||
|
2: Heat
|
||||||
|
3: Fan
|
||||||
|
3: Fan Level
|
||||||
|
1: Auto
|
||||||
|
2: Quiet
|
||||||
|
3: Medium
|
||||||
|
4: High
|
||||||
|
4: Temperature
|
||||||
|
1: 72
|
||||||
|
2: 74
|
||||||
|
3: 76
|
||||||
|
4: 78
|
||||||
|
3: Living Room AC
|
||||||
|
[...]
|
||||||
|
4: Bedroom AC
|
||||||
|
[...]
|
||||||
|
3: Fans
|
||||||
|
1: Kitchen Fan
|
||||||
|
1: Off
|
||||||
|
2: 1
|
||||||
|
3: 2
|
||||||
|
4: 3
|
||||||
|
3: Living Room Fan
|
||||||
|
[...]
|
||||||
|
4: Bedroom Fan
|
||||||
|
[...]
|
||||||
|
2: Miscellaneous
|
||||||
|
1: Effects
|
||||||
|
1: Clear light RGB strip notifications
|
||||||
|
2: Music
|
||||||
|
1: Join/unjoin speakers
|
||||||
|
1. Unjoin speakers
|
||||||
|
# Select master
|
||||||
|
3. Living Room Sonos
|
||||||
|
4. Bedroom Sonos
|
||||||
|
2: Play Music
|
||||||
|
3: Play on Living Room Sonos
|
||||||
|
1: Spotify: Liked Songs
|
||||||
|
2: Spotify: Getting Things Done
|
||||||
|
4: Play on Bedroom Sonos
|
||||||
|
1: Spotify: Liked Songs
|
||||||
|
2: Spotify: Chill Sleep
|
||||||
|
3: Media Controls
|
||||||
|
3: Living Room Sonos
|
||||||
|
1. Play
|
||||||
|
2. Pause
|
||||||
|
3. Previous
|
||||||
|
4. Next
|
||||||
|
4: Bedroom Sonos
|
||||||
|
[...]
|
||||||
|
4. Volume: TODO
|
||||||
|
3: Living Room Sonos
|
||||||
|
4: Bedroom Sonos
|
||||||
3: Reserved
|
3: Reserved
|
||||||
4: Configuration
|
4: Configuration
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue