Skip to content

Releases: DaviPtrs/hass-unified-remote

Adding 'version' key on manifest.json

13 Apr 20:13
a90438a
Compare
Choose a tag to compare
v1.1.2

[HOTFIX] Adding 'version' key on manifest.json

[HOTFIX] Fixing host reconnection

21 Nov 14:18
8819ae3
Compare
Choose a tag to compare

Fixing connection issues after restarting a unified remote host. Related on issue #7

v1.1.1

06 Nov 04:19
c10a6bb
Compare
Choose a tag to compare

Release notes

  • Added "extras" entry on remote calls. Feature request #2

    Example:

    remote_id: Relmtech.Keyboard
    action: toggle
    extras:
      Values:
        - Value: LWIN

v1.1.0

06 Nov 03:11
5226bb9
Compare
Choose a tag to compare

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

06 Jun 06:11
Compare
Choose a tag to compare
v1.0.2

[HOTFIX] Deprecated Switch class

v1.0.1

05 Apr 08:00
Compare
Choose a tag to compare

Now it's possible to call remotes without declaring it first. Just use "remote_id" config entry instead of "remote" entry.

First release

15 Mar 06:10
Compare
Choose a tag to compare

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.