- Fix issue where devices aliases were not being recognized when parsing components yaml.
- 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
- Add missing time import for ecobee providers.
- Add support for Ecobee providers.
- Add optional timeout to all Airthings API calls.
- Add optional timeout to all Tuya API calls.
Initial release 🎉