You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Test.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ _See [Test EMHASS-Add-On build](#Test-EMHASS-Add-On-build) for an example of tes
15
15
16
16
## Develop on VS-Code DevContainer with Home Assistant test environment
17
17
18
-
Using VS-Code DevContainers, you can generate a Home Assistant test environment for the addon before release. We can pull a version of the EMHASS package (required with EMHASS-Add-on) from a Git repo/branch, or via pip. Alternately, we can specify different pre-built EMHASS-Add-On versions _(EMHASS-Add-On Docker images)_ from DockerHub.
18
+
Using VS-Code DevContainers, you can generate a Home Assistant test environment for the Add-on before release. We can pull a version of the EMHASS package (required with EMHASS-Add-on) from a Git repo/branch, or via pip. Alternately, we can specify different pre-built EMHASS-Add-On versions _(EMHASS-Add-On Docker images)_ from DockerHub.
19
19
20
20
See the following steps:
21
21
@@ -28,6 +28,7 @@ See the following steps:
28
28
- To specify the Git repo and branch, change lines accordingly in [*build.yaml*](/emhass/build.yaml).
0 commit comments