- **breaking**: `set_auth` method on `PhilipsTV` and `PhilipsTVAPI` is replaced by `auth` property.
- **feat**: `auth` property is exposed on `PhilipsTVRemote` as well.
- **feat**: `PhilipsTVAPI` and `PhilipsTVRemote` expose read-only `host` property.
- **feat**: `PhlipsTVAPI` now raises exceptions: `PhilipsTVAPIUnauthorizedError`, `PhilipsTVAPIMalformedResponseError`.
- **refactor**: Better error message for exceptions.