From 597d9cdf7da0b616ed91cad95311b15f684a04fd Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:23:14 +0100 Subject: [PATCH] Add reference to poll --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 226ff9f..93343ee 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ Currently, this is a pre-alpha, so I welcome issues but I cannot guarantee I can - [X] Configure Github Actions to automatically lint and build the package - [ ] Configure Dependabot for automatic updates - [ ] Configure tests -- [ ] Consider use of setup UI instead of YAML +- [ ] Consider use of setup UI instead of YAML (see https://github.com/christiaangoossens/hass-oidc-auth/discussions/6) -Currently impossible TODOs (waiting for assistance from HA devs, not possible without forking HA frontend & apps right now): +Currently waiting on HA feature additions: - [ ] Update the HA frontend code to allow a redirection to be requested from an auth provider instead of manually opening welcome page (possibly after https://github.com/home-assistant/frontend/pull/23204) - [ ] Implement this redirection logic to open a new tab on desktop (#23204 uses popup) -- [ ] Implement this redirection logic to open a Android Custom Tab (Android) / SFSafariViewController (iOS), instead of opening the link in the HA webview \ No newline at end of file +- [ ] Implement this redirection logic to open a Android Custom Tab (Android) / SFSafariViewController (iOS), instead of opening the link in the HA webview