Skip to content

Commit

Permalink
add small yaml help on first README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtill committed Jan 21, 2025
1 parent b330dba commit 38b05b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@ esphome-components
│   ├── gdoor
```

Put this in your .yaml configuration to use gdoor:

```yaml
external_components:
- source:
type: git
url: https://github.com/gdoor-org/esphome-components
ref: main # branch
components: [gdoor]
refresh: 0s # ensures ESPHome will grab the latest code from github on every install hit.
```
Keep in mind, this is still an early stage esphome-component. Any contribution /issues /comments are welcome.

0 comments on commit 38b05b2

Please sign in to comment.