Skip to content

Commit

Permalink
fix HA example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Jun 30, 2024
1 parent 71795c1 commit c6bec18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config.yml_example_homeassistant
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ oauth:
callback_url: https://vouch.yourdomain.com/auth
auth_url: https://homeassistant.yourdomain.com:port/auth/authorize
token_url: https://homeassistant.yourdomain.com:port/auth/token
user_info_url: https://homeassistant.yourdomain.com:port/api/websocket
user_info_url: ws://homeassistant.yourdomain.com:port/api/websocket
# or if https:
#user_info_url: wss://homeassistant.yourdomain.com:port/api/websocket

0 comments on commit c6bec18

Please sign in to comment.