Releases: DaviPtrs/hass-unified-remote
Releases · DaviPtrs/hass-unified-remote
Adding 'version' key on manifest.json
[HOTFIX] Fixing host reconnection
Fixing connection issues after restarting a unified remote host. Related on issue #7
v1.1.1
v1.1.0
Breaking Changes!!!!
Update your configuration entry from this:
unified_remote:
host: 192.168.1.2
port: 9510
retry_delay: 60
To this:
unified_remote:
hosts:
- host: 192.168.1.2
port: 9510
retry_delay: 60
Release notes
- Now it's finally possible to control more than one computer. Feature request #1
Removed deprecated Switch class
v1.0.2 [HOTFIX] Deprecated Switch class
v1.0.1
First release
The integration already works well, so follow the instruction on README to use in our Home Assistant. If you had any problem, please use "issues" feature on Github.