Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: custom-components/remote_homeassistant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: custom-components/remote_homeassistant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/133
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 9, 2021

  1. Fixes #133 - Home-Assistant >= 2021.10.0 no longer exposes instance_i…

    …d and location_name
    
    This switches the unique identifierer from the remote instance_id UUID to a combo of host/port.
    Pros: no longer dependend on removed discovery_info endpoint
    Cons: Remote name will no longer be shown as title, Remote instance can no longer be uniquely indentified by just its ID (e.g. reremote re-installations won't be detected anymore, resulting in possibly outdated access tokens)
    
    Existing config entries will be migrated to the new format.
    lukas-hetzenecker committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    d0813ba View commit details
    Browse the repository at this point in the history
  2. typo

    lukas-hetzenecker committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    7cd1f90 View commit details
    Browse the repository at this point in the history
Loading