|
1 | 1 | v0.2.6, 2022-04-08 Added support for lights that don't report state. |
2 | | - Added previously unmapped device states. |
| 2 | + Added previously unmapped device states. |
3 | 3 | v0.2.5, 2022-04-08 Added read_only attribute to controllable devices. |
4 | 4 | v0.2.4, 2022-04-07 Add freeze sensors. |
5 | | - Fixed night arming. |
6 | | - Started adding Alarm.com API reference data for future enhancements. |
| 5 | + Fixed night arming. |
| 6 | + Started adding Alarm.com API reference data for future enhancements. |
7 | 7 | v0.2.3, 2022-04-06 Fixed CLI asyncio error for Windows systems. |
8 | 8 | v0.2.2, 2022-04-05 [BREAKING] Moved action functions from controller to individual devices. |
9 | | - Added support for lights. |
10 | | - Fixed OTP login workflow in CLI. |
11 | | - Removed arming preferences (bypass, etc.) from controller. Now, preferences must be submitted on every arm request. |
| 9 | + Added support for lights. |
| 10 | + Fixed OTP login workflow in CLI. |
| 11 | + Removed arming preferences (bypass, etc.) from controller. Now, preferences must be submitted on every arm request. |
12 | 12 | v0.2 - v0.2.1 (See release notes.) |
13 | 13 | v0.1.13, 2021-12-26 Add detailed sensor attributes |
14 | | - Add lock support |
| 14 | + Add lock support |
15 | 15 | v0.1.12, 2021-12-13 Adapt to sensorText rename in sensor endpoint json |
16 | 16 | v0.1.11, 2021-03-31 Add armed night state |
17 | 17 | v0.1.10, 2020-12-22 Fix login problem with refactor from 0.1.7 |
18 | 18 | v0.1.8, 2020-12-15 Add 2FA cookie |
19 | 19 | v0.1.7, 2020-12-13 Add AlarmdotcomProtection1 and refactor classes |
20 | | - Add Garage Doors status |
| 20 | + Add Garage Doors status |
21 | 21 | v0.1.6, 2020-11-16 Add thermostat status for ADT |
22 | 22 | v0.1.5, 2020-11-16 Add thermostat status |
23 | 23 | v0.1.4, 2020-11-14 Add AlarmdotcomADT for ADT portal login |
24 | 24 | v0.1.3, 2020-09-02 Omit sending arming parameters if False. Only attempt relogin on HTTP 403 error. |
25 | 25 | v0.1.2, 2020-03-22 Added option for silent arming |
26 | | - Added different stay and away treatment for forcebypass/noentrydelay/silentarming |
27 | | - Changed arming function name to use stay instead of home, sticking with ADC convention |
| 26 | + Added different stay and away treatment for forcebypass/noentrydelay/silentarming |
| 27 | + Changed arming function name to use stay instead of home, sticking with ADC convention |
28 | 28 | v0.1.1, 2020-03-18 Added sensor status |
29 | 29 | v0.1.0, 2020-03-18 Initial release. |
0 commit comments