File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ node_modules
1111results
1212pnpm-lock.yaml
1313/public
14+ .env
Original file line number Diff line number Diff line change 1- # volto-home-assistant (volto-home-assistant)
1+ # Volto Home Assistant (volto-home-assistant)
22
33Volto add-on to pull data from the Home Assistant API
44
@@ -11,6 +11,21 @@ Volto add-on to pull data from the Home Assistant API
1111
1212<!-- List your awesome features here -->
1313
14+ - View the state of Soil Moisture Sensors
15+ - View the state of Water Pump Relays
16+
17+ ## Environment Variables
18+ ### Local testing
19+ Create a .env file in the project root.
20+ ### Remote deployment
21+ Modify the ENV_FILE Github environment secret of the Plone Project that deploys this add-on.
22+
23+ ``` shell
24+ RAZZLE_HOMEASSISTANT_API_HOST=https://url
25+ RAZZLE_HOMEASSISTANT_API_PORT=port
26+ RAZZLE_HOMEASSISTANT_ACCESS_TOKEN=token
27+ ```
28+
1429## Installation
1530
1631To install your project, you must choose the method appropriate to your version of Volto.
You can’t perform that action at this time.
0 commit comments