Fixes issue in which library crashes for users with alarm only packages (no home automation features).
0.4.1
Added more logging for unexpected server response formats.
0.4
1. Adds support for thermostats. 2. [BREAKING!] Moved devices into pyalarmdotcomajax.devices module. This means that: python from pyalarmdotcomajax.devices import Light
...becomes... python from pyalarmdotcomajax.devices.light import Light
0.3.3
- Fixes issue in which a Skybell HD with missing config fields throws a process-killing exception.
0.3.2
- Added support for contact/shock combo sensors (uvjustin/alarmdotcom96). Thanks, rmatte, for the tip!