Add Home Assistant widget with custom entities
Shows Anwesenheit/Status as emoji via templates (input_select states mapped to symbols instead of raw text) plus Netz and Solar power sensors. Token documented in .env.example.
This commit is contained in:
@@ -47,3 +47,8 @@ HOMEPAGE_VAR_BESZEL_PASSWORD=your-beszel-password
|
||||
# Full HTTP Basic Authorization header value (including "Basic " prefix),
|
||||
# base64 of "<patchmon_api_key>:<patchmon_api_secret>" as provided by Patchmon
|
||||
HOMEPAGE_VAR_PATCHMON_AUTH=Basic base64EncodedCredentialsHere
|
||||
|
||||
# --- Home Assistant widget ---
|
||||
# Long-lived access token, created under your HA user profile > Security >
|
||||
# Long-lived access tokens
|
||||
HOMEPAGE_VAR_HOMEASSISTANT_TOKEN=your-home-assistant-long-lived-access-token
|
||||
|
||||
Reference in New Issue
Block a user