README: HA reaches the service over https without certificate verification

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
2026-09-25 20:03:42 +00:00
co-authored by Claude Opus 5.5
parent 382f3f2d8e
commit 8b8a3f6184
+1 -1
View File
@@ -105,7 +105,7 @@ env DB_PATH=/var/db/tag_albums/tag_albums.sqlite3 \
These pieces live in the `home-assistant-config` repo:
- `configuration.yaml`: two `rest_command`s, `tag_albums_scan` and `tag_albums_lookup`, pointing at `http://tag-albums.home.knbg:8087`.
- `configuration.yaml`: two `rest_command`s, `tag_albums_scan` and `tag_albums_lookup`, pointing at `https://tag-albums.home.knbg` (a reverse proxy in front of port 8087). They set `verify_ssl: false`, because the certificate comes from the home CA and HA only trusts its built-in list of public CAs.
- `secrets.yaml`: `tag_albums_auth: "Bearer <API_TOKEN>"`.
- `scripts.yaml`: `play_album_by_tag` and `stop_album_by_tag` call those commands.