Breaking change
The (undocumented) feature of providing an IP address as port is not supported anymore. To get the same functionality use `socket://<ip:port>`. The `socket://` syntax is a [pyserial URL handler](https://pyserial.readthedocs.io/en/latest/url_handlers.html). All URL handlers can be used, e.g. `hwgrep://` to select a specific USB serial dongle for cases where the path might change on reboots of the system.
If you did **not** use this feature, **no** action is required and it will keep working as before.
If you used an IP address before you need to remove and add the integration again.
Changes
* Add support for Straight sound mode
* Bump `ynca` to v2.0.0 (drops support for direct IP address, adds support for straight)