2.1.0 (2023-08-07)
- Add support to configure default overlay (manual control) (20569fd)
- Add support to enable/disable dazzle mode (352f9fc)
- Add support to enable/disable open window detection (f3d4598)
- Allow setting temperature offset for a device (767d6d0)
2.0.5 (2023-02-21)
- Set 'autorelease: published' label after release (9c252fb)
- Set correct dependency between release and label jobs (da3b7fa)
2.0.4 (2023-02-20)
- Update dependencies to fix CVE-2022-27664 (d5f65f5)
2.0.3 (2022-12-13)
- add missing property in zonestates (99601df)
2.0.2 (2022-11-22)
- Do not set temperature when heating is off (e31e791)
2.0.1 (2022-04-13)
- Do not crash in away example if away config has no settings (4d393d3)
- fix import path in examples and client (2237c40)
- Set correct v2 module path (ffafc4f)
2.0.0 (2022-04-13)
- users using this package will no longer need to explicitly use the client struct to call the new package API.
- Give the tado client a central put method that all setter functions can rely on.
- Client method
WithTimeout
removed.
- add function to get devices (159df85)
- add function to get home state (0904a9b)
- add function to get installations (4ecbddf)
- add function to get weather information (af22c42)
- add function to get zone capabilities (e5f6900)
- add function to list users (547d46a)
- add function to read mobile devices (61ea3f0)
- add functions to control away config (08a99b4)
- add functions to control early start settings (7a47679)
- add functions to control heating via overlays (3bb962f)
- add functions to control presence lock (0cf0083)
- Add functions to manage schedule (96c0931)
- Add interface methods to Device and MobileDevice object (87787b5)
- Add interface methods to Home object (cdd2c69)
- Add interface methods to ScheduleTimetable object (819ef45)
- Add interface methods to User object (eab200d)
- Add interface methods to Zone object (32982d4)
- add link state info to zone state (a9ff31d)
- Add new Tado object (42681d5)
- add some missing fields to models (f506072)
- Add zone HeatingSchedule object (21f2617)
- Allow controling mobile device settings (7336d47)
- allow deleting mobile devices (20fe381)
- extend client to allow custom request objects (4b8eb41)
- introduce constants for timetable types (0ede991)
- introduce proper types and constants for models (234d625)
- make http client in gotado configurable (376ceb9)
- allow pushNotifications to be empty (1bd1bc3)
- properly pass context to http client requests (a222c80)
0.3.0 (2021-07-14)
- add function to get devices (159df85)
- add function to get home state (0904a9b)
- add function to get installations (4ecbddf)
- add function to get weather information (af22c42)
- add function to get zone capabilities (e5f6900)
- add function to list users (547d46a)
- add function to read mobile devices (61ea3f0)
- add functions to control away config (08a99b4)
- add functions to control early start settings (7a47679)
- add functions to control presence lock (0cf0083)
- Allow controling mobile device settings (7336d47)
- allow deleting mobile devices (20fe381)
- allow pushNotifications to be empty (1bd1bc3)