Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 13:47
· 12 commits to main since this release

Fixed

  • response_type=code aus der Connect-URL entfernt. Dieser Parameter aktivierte
    den OAuth Authorization Code Flow (?code=...) statt des nativen Smartcar Connect
    Flows (?user_id=...). Redirect kam deshalb ohne Parameter an.
  • customUiPath in package.json ergänzt — ohne diesen Eintrag ignoriert Homebridge
    das homebridge-ui/ Verzeichnis komplett.
  • Server lauscht jetzt auf localhost statt 127.0.0.1 (Smartcar erlaubt
    http:// Redirect URIs nur für den Hostnamen localhost).