File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ appear.
17
17
## Usage
18
18
19
19
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 ` ) .
22
22
You can use ` dev ` for the latest bleeding-edge version but be aware that things may break from time to time.
23
23
24
24
``` yaml
25
25
external_components :
26
26
- source :
27
27
type : git
28
28
url : https://github.com/sairon/esphome-nspanel-lovelace-ui
29
- ref : release/v0.2.x
29
+ ref : release/dev
30
30
components : [nspanel_lovelace]
31
31
` ` `
32
32
You can’t perform that action at this time.
0 commit comments