Update const.py
###Fix * Error in sleep states constant corrected
This commit is contained in:
@@ -8,4 +8,4 @@ CONF_OWLET_REFRESH = "refresh"
|
||||
SUPPORTED_VERSIONS = [3]
|
||||
POLLING_INTERVAL = 5
|
||||
MANUFACTURER = "Owlet Baby Care"
|
||||
SLEEP_STATES = {1, "Awake", 8, "Light Sleep", 15, "Deep Sleep"}
|
||||
SLEEP_STATES = {1: "Awake", 8: "Light Sleep", 15: "Deep Sleep"}
|
||||
|
||||
Reference in New Issue
Block a user