HA-SmartThings-Find/custom_components/smartthings_find/const.py

8 lines
No EOL
147 B
Python

DOMAIN = "smartthings_find"
CONF_JSESSIONID = "jsessionid"
BATTERY_LEVELS = {
'FULL': 100,
'MEDIUM': 50,
'LOW': 15,
'VERY_LOW': 5
}