mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Enhancement: support ESPHome widget authentication (#3846)
* Added cookie support for auth on ESPHome widget * Lint * Use credentialedProxyHandler instead --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
9ede44b12d
commit
2ee14eb94b
3 changed files with 7 additions and 2 deletions
|
@ -16,4 +16,5 @@ To group both `offline` and `unknown` devices together, users should use the `of
|
|||
widget:
|
||||
type: esphome
|
||||
url: http://esphome.host.or.ip:port
|
||||
key: myesphomecookie # only if auth enabled, get the value from a request from the frontend e.g. `authenticated=myesphomecookie`
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue