You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
💥 Breaking
Child lock entities were previously exposed a switches but multiple issues have now confirmed they are not writable. Moving to binary sensors. (#181, #183)
✨ Added
Leverage OIC device type from /oic/d as the primary device type detection signal (#223)
Switched to hass.async_create_background_task. coordinator.py's subpoll task used hass.async_create_task, which ties it into HA's startup/shutdown sequencing even though it's a self-limiting loop the coordinator already owns and cancels every refresh cycle. (#207)
Water purifier's "Favorite hot water temperature" select read its options from favorite.supportedList (four fixed presets), but the SmartThings app also lets a user add one custom value to their own display list (favorite.showList), and a default set to that custom value rendered as HA's "unknown". Switched the options source to showList. (#196)