Skip to content

Releases: purple4reina/pydomotic

v1.4.1

13 Sep 06:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue where devices aliases were not being recognized when parsing components yaml.

v1.4.0

13 Sep 04:51
Compare
Choose a tag to compare

Features

  • Add support for device aliases. This allows you to use a custom name to represent a group of devices. For example, the two components below are equivalent.

    aliases:
      lights:
        - light-A
        - light-B
        - light-C
    
    automations:
      explicit:
        enabled: true
        components:
          - if:
              time: 12:00pm
            then:
              turn-on: light-A, light-B, light-C
          - if:
              time: 12:00pm
            then:
              turn-on: lights

v1.3.1

07 Jul 05:34
Compare
Choose a tag to compare

Bug Fixes

  • Add missing time import for ecobee providers.

v1.3.0

07 Jul 04:55
Compare
Choose a tag to compare

Features

  • Add support for Ecobee providers.

v1.2.0

15 Jul 05:53
Compare
Choose a tag to compare

Features

  • Add optional timeout to all Airthings API calls.

v1.1.0

12 Jul 00:41
Compare
Choose a tag to compare

Features

  • Add optional timeout to all Tuya API calls.

v1.0.0

09 Jul 21:08
Compare
Choose a tag to compare

Initial release. See CONFIGURATION.md and DEPLOYING.md for full documentation.