Initial commit
This commit is contained in:
commit
ac2b38ad81
12 changed files with 1115 additions and 0 deletions
7
custom_components/smartthings_find/const.py
Normal file
7
custom_components/smartthings_find/const.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
DOMAIN = "smartthings_find"
|
||||
CONF_JSESSIONID = "jsessionid"
|
||||
BATTERY_LEVELS = {
|
||||
'FULL': 100,
|
||||
'MEDIUM': 50,
|
||||
'LOW': 10
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue