We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c512af8 commit f32e09bCopy full SHA for f32e09b
config/satellite1.base.yaml
@@ -76,7 +76,7 @@ ota:
76
id: ota_esphome
77
78
dashboard_import:
79
- package_import_url: github://futureproofhomes/satellite1-esphome/config/satellite1.yaml@dashboard_test
+ package_import_url: github://futureproofhomes/satellite1-esphome/config/satellite1.yaml@develop
80
import_full_config: true
81
82
config/satellite1.yaml
@@ -14,8 +14,8 @@ esphome:
14
packages:
15
FutureProofHomes.Satellite1:
16
url: https://github.com/futureproofhomes/satellite1-esphome
17
- ref: dashboard_test # OPTIONAL
18
- refresh: 1s # OPTIONAL
+ ref: develop
+ refresh: 1s
19
files:
20
# Main config files, don't remove
21
- config/satellite1.base.yaml
0 commit comments