Initial commit

This commit is contained in:
freybene 2024-05-24 21:39:41 +02:00
commit ac2b38ad81
12 changed files with 1115 additions and 0 deletions

View file

@ -0,0 +1,7 @@
DOMAIN = "smartthings_find"
CONF_JSESSIONID = "jsessionid"
BATTERY_LEVELS = {
'FULL': 100,
'MEDIUM': 50,
'LOW': 10
}