HA-SmartThings-Find/custom_components/smartthings_find/const.py
2024-05-24 21:39:41 +02:00

7 lines
No EOL
128 B
Python

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