Skip to content

Commit 774c41b

Browse files
committed
chore: change external component ref in readme to dev and add ref examples
1 parent 0664735 commit 774c41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ appear.
1717
## Usage
1818

1919
Add reference to this repository to the `external_components` definitions. Make sure that `ref` is a valid tag
20-
from the [Releases](https://github.com/sairon/esphome-nspanel-lovelace-ui/tags) page or an existing
21-
[branch](https://github.com/sairon/esphome-nspanel-lovelace-ui/branches).
20+
from the [Releases](https://github.com/sairon/esphome-nspanel-lovelace-ui/tags) page (e.g. `v0.3.1`) or an existing
21+
[branch](https://github.com/sairon/esphome-nspanel-lovelace-ui/branches) (e.g. `release/v0.3.x`).
2222
You can use `dev` for the latest bleeding-edge version but be aware that things may break from time to time.
2323

2424
```yaml
2525
external_components:
2626
- source:
2727
type: git
2828
url: https://github.com/sairon/esphome-nspanel-lovelace-ui
29-
ref: release/v0.2.x
29+
ref: release/dev
3030
components: [nspanel_lovelace]
3131
```
3232

0 commit comments

Comments
 (0)