Releases: purple4reina/pydomotic
Releases · purple4reina/pydomotic
v1.4.1
v1.4.0
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
Bug Fixes
- Add missing time import for ecobee providers.
v1.3.0
Features
- Add support for Ecobee providers.
v1.2.0
Features
- Add optional timeout to all Airthings API calls.
v1.1.0
Features
- Add optional timeout to all Tuya API calls.
v1.0.0
Initial release. See CONFIGURATION.md and DEPLOYING.md for full documentation.