Skip to content

Releases: pySmartThings/pysmartthings

Release 0.7.5

10 Nov 19:36
a53709a

Choose a tag to compare

  • Remove tests from package
  • Correct gasMeter capability
  • Update CI/CD config

Release 0.7.4

05 Oct 17:23
8b75a30

Choose a tag to compare

  • Update dependencies
  • Add constants for gasMeter
  • Update Install URL

Release 0.7.3

10 Aug 15:42
0c76c4f

Choose a tag to compare

  • Make all device attributes optional during deserialization

Release 0.7.2

22 Jul 21:17
d7ffd3e

Choose a tag to compare

  • Add tvChannel capability (thanks @Alex-Klein)
  • Add wrapper methods for media devices (thanks @PiotrMachowski)
  • Update interpretation of command responses
  • Update dependencies

Release 0.7.1

28 Mar 21:37
6a14dd6

Choose a tag to compare

  • Black formatting
  • Misc changes

Release 0.7.0

30 Dec 17:08
1b4b744

Choose a tag to compare

  • Updated dependencies
  • Convert DeviceType enum to string with constants DEVICE_TYPE_OCF, DEVICE_TYPE_DTH, DEVICE_TYPE_UNKNOWN, DEVICE_TYPE_ENDPOINT_APP, and DEVICE_TYPE_VIPER

Release 0.6.9

20 Jun 17:51
20bc61d

Choose a tag to compare

  • Add VIPER device type support
  • Add APIResponseError string representation function

Release 0.6.8

05 May 12:42
203718e

Choose a tag to compare

Release Notes

  • Update test dependencies
  • Add capabilities and well-known properties and methods for airConditionerFanMode and airFlowDirection and updated airConditionerMode to latest spec
  • Add scripts for generating capability and attribute constants from inventory.
  • Release under Apache Software License 2.0

Release 0.6.7

09 Mar 01:13
109fb9b

Choose a tag to compare

  • Add Three Axis capability and well-known device attribute.
  • Updates apply_attribute_update to accept unit and data

Release 0.6.6

03 Mar 03:30
ac34b89

Choose a tag to compare

  • Fix unawaited coroutine in set_air_conditioner_mode.