From 92393cdd7a2a9022c0f2911b4dbddee3288990fc Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Mon, 16 May 2022 07:05:40 +0000 Subject: [PATCH] Fix indentation in tree yaml --- wallmote.py | 146 ++++++++++++++++++++++++++-------------------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/wallmote.py b/wallmote.py index 8eb6c31..0929c6d 100644 --- a/wallmote.py +++ b/wallmote.py @@ -8,80 +8,80 @@ from threading import Timer """ 1: States -1: Lights - 1: Kitchen Lights - 1: Off - 2: 10% - 3: 55% - 4: 100% - 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 + 1: Lights + 1: Kitchen Lights + 1: Off + 2: 10% + 3: 55% + 4: 100% + 2: Main Room Lights [...] - 4. Volume: TODO - 3: Living Room Sonos - 4: Bedroom Sonos + 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 Sonos + 4: Bedroom Sonos 3: Reserved 4: Configuration """