You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ An external-facing, FastAPI-based front-end for accessing some Leigh Hackspace d
9
9
|`BASE_URL`|`http://localhost:8000`| URL base where the application will be accessible at |
10
10
|`PROMETHEUS_INSTANCE`|`http://prometheus:9090`| Endpoint URL for the Prometheus instance |
11
11
|`HOMEASSISTANT_INSTANCE`|`http://homeassistant:8123`| Endpoint URL for the Home Assistant instance |
12
-
|`HOMEASSISTANT_TOKEN`|`PydanticUndefined`| Token used to access the Home Assistant API |
12
+
|`HOMEASSISTANT_TOKEN`|| Token used to access the Home Assistant API |
13
13
|`HACKSPACE_NAME`|`Leigh Hackspace`| Name of the hackspace |
14
14
|`HACKSPACE_LOGO_URL`|`https://raw.githubusercontent.com/leigh-hackspace/logos-graphics-assets/master/logo/rose_logo.svg`| URL to the logo for the hackspace |
15
15
|`HACKSPACE_WEBSITE_URL`|`https://leighhack.org`| URL to the hackspace's website |
@@ -20,7 +20,7 @@ An external-facing, FastAPI-based front-end for accessing some Leigh Hackspace d
20
20
|`HACKSPACE_OPEN_ENTITY`|`binary_sensor.hackspace_open_multi`| Entity ID of the Home Assistant device to indicate open status |
21
21
|`HACKSPACE_PUBLIC_CALENDAR`|`calendar.public_events`| The entity ID of the Home Assistant public calendar |
22
22
|`HACKSPACE_MEMBER_CALENDAR`|`calendar.member_events`| The entity ID of the Home Assistant member calendar |
0 commit comments