mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-15 09:20:32 +00:00
Enhancement: support basic auth to ESPHome widget (#4429)
This commit is contained in:
parent
b853c566b2
commit
6b2a3da7ee
2 changed files with 5 additions and 2 deletions
|
@ -16,5 +16,6 @@ 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`
|
||||
username: myesphomeuser # only if auth enabled
|
||||
password: myesphomepass # only if auth enabled
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue