Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosten committed Jun 16, 2024
1 parent 71d8c15 commit ead6dfe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# volto-home-assistant
Volto add-on to pull data from the Home Assistant API

## Install via package.json
```shell
"addons": [
"@Fosten/volto-home-assistant"
],
"dependencies": {
"@Fosten/volto-home-assistant": "Fosten/volto-home-assistant"
}
```

## Create a .env file in the project root

```shell
RAZZLE_HOMEASSISTANT_API_HOST=https://url
RAZZLE_HOMEASSISTANT_API_PORT=port
RAZZLE_HOMEASSISTANT_ACCESS_TOKEN=token
```

0 comments on commit ead6dfe

Please sign in to comment.