Added cookie support for auth on ESPHome widget

This commit is contained in:
Juan Ignacio Sierra
2024-08-12 19:07:45 +02:00
parent 2aa7a3898b
commit 4c35872064
3 changed files with 71 additions and 2 deletions

View File

@@ -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
cookie: authenticated=MYCOOKIE # Only for auth enabled, you can get the cookie value watching at a request from the frontend
```