What's Changed
- Replace FluentAssertions with Shouldly by @henrikwidlund in #107
- Add proper support for multi device setups by @henrikwidlund in #152
- Read driver information from driver.json by @henrikwidlund in #153
- Handle all devices in connect, disconnect and exit_standby events by @henrikwidlund in #154
Breaking Changes
The entity_id
is now the host/IP of the device instead of a static value - you will need to reconfigure your activities when updating since the old entity_id
will no longer be found.
Full Changelog: v0.0.7...v0.0.8-beta1