This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import tkinter as tk | |
from tkinter import filedialog, messagebox | |
import threading | |
def rename_directories(search_path): | |
work = [] | |
for root, dirs, files in os.walk(search_path): | |
for directory in dirs: | |
old_name = directory + os.sep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: IKEA STYRBAR 4 Toggles | |
description: | |
"Control lights with an IKEA STYRBAR. This blueprint turns the STYRBAR into 4 toggle buttons\n\n Blueprint\ | |
\ Version: 1" | |
domain: automation | |
input: | |
remote: | |
name: IKEA STYRBAR | |
description: Pick an IKEA STYRBAR remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: IKEA STYRBAR Dimmer Remote | |
description: | |
"Control lights with an IKEA STYRBAR.\n\n Blueprint\ | |
\ Version: 1" | |
domain: automation | |
input: | |
remote: | |
name: IKEA STYRBAR | |
description: Pick an IKEA STYRBAR remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Door Sensor Notify | |
description: | |
"Send notifications to your phone when the door sensor sees that it is open\n\n Blueprint\n Version: 3" | |
domain: automation | |
input: | |
sensor: | |
name: Open Sensor | |
selector: | |
entity: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Door Sensor | |
description: | |
"Turns on the entity specified below when a opening sensor is triggered on.\n\n Blueprint\ | |
\ Version: 3" | |
domain: automation | |
input: | |
sensor: | |
name: Door Sensor | |
description: Pick an opening Sensor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Door Sensor w/ Retrigger Timeout | |
description: | |
"Turns on the entity specified below; dosn't retrigger within the set timespan\n\n Blueprint\ | |
\ Version: 3" | |
domain: automation | |
input: | |
sensor: | |
name: Door Sensor | |
description: Pick a Binary Sensor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Philips Hue Dimmer RWL022 (TESTING) | |
description: | |
"Control lights with a Philips Hue Dimmer Switch (v2).\n\n Blueprint\ | |
\ Version: 1" | |
domain: automation | |
input: | |
remote: | |
name: Philips Hue Dimmer Switch | |
description: Pick a RWL022 Dimmer Switch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Philips Hue Dimmer RWL022 (Aiden Edition) | |
description: | |
"Control lights with a Philips Hue Dimmer Switch (v2).\nPower will toggle the state, Dim Up will brighten the light (double press sets full brightness), Dim Down will dim the light, & Hue will flash the light to make sure it works\n\n Blueprint\ | |
\ Version: 1" | |
domain: automation | |
input: | |
remote: | |
name: Philips Hue Dimmer Switch | |
description: Pick a RWL022 Dimmer Switch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import cv2 | |
import mss | |
import numpy | |
import random | |
from pynput.keyboard import Key, Controller | |
keyboard = Controller() | |
topleft = (-1220, 492) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
core: | |
packagesWithKeymapsDisabled: [] | |
telemetryConsent: "no" | |
editor: | |
softWrap: true | |
"exception-reporting": | |
userId: "PRIVATE" | |
"linter-ui-default": {} | |
"sync-settings": |
NewerOlder