Skip to content

Commit 3b73096

Browse files
committed
docs(general): replace beta branch guide with per-product content tabs
1 parent cf9e128 commit 3b73096

1 file changed

Lines changed: 125 additions & 17 deletions

File tree

docs/products/general/setup/switch-to-beta-branch.md

Lines changed: 125 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,135 @@ description: Tutorial for How To Switching to Beta branch with ESPHome Device Bu
2626

2727
![](/assets/switch-to-beta-pic-3.png)
2828

29-
4\. Copy paste the code below and add it below the two lines you just commented out.
30-
31-
```yaml
32-
packages:
33-
ApolloAutomation.PLT-1:
34-
url: https://github.com/ApolloAutomation/PLT-1
35-
ref: beta
36-
files: [Integrations/ESPHome/PLT-1_Minimal.yaml]
37-
refresh: 1min
38-
```
29+
4\. Select your product below, copy the code, and paste it below the two lines you just commented out.
30+
31+
=== "AIR-1"
32+
33+
```yaml
34+
packages:
35+
ApolloAutomation.AIR-1:
36+
url: https://github.com/ApolloAutomation/AIR-1
37+
ref: beta
38+
files: [Integrations/ESPHome/AIR-1.yaml]
39+
refresh: 1min
40+
```
41+
42+
=== "BTN-1"
43+
44+
```yaml
45+
packages:
46+
ApolloAutomation.BTN-1:
47+
url: https://github.com/ApolloAutomation/BTN-1
48+
ref: beta
49+
files: [Integrations/ESPHome/BTN-1_Minimal.yaml]
50+
refresh: 1min
51+
```
52+
53+
=== "MSR-2"
54+
55+
```yaml
56+
packages:
57+
ApolloAutomation.MSR-2:
58+
url: https://github.com/ApolloAutomation/MSR-2
59+
ref: beta
60+
files: [Integrations/ESPHome/MSR-2.yaml]
61+
refresh: 1min
62+
```
63+
64+
=== "MTR-1"
65+
66+
```yaml
67+
packages:
68+
ApolloAutomation.MTR-1:
69+
url: https://github.com/ApolloAutomation/MTR-1
70+
ref: beta
71+
files: [Integrations/ESPHome/MTR-1.yaml]
72+
refresh: 1min
73+
```
74+
75+
=== "PLT-1"
76+
77+
```yaml
78+
packages:
79+
ApolloAutomation.PLT-1:
80+
url: https://github.com/ApolloAutomation/PLT-1
81+
ref: beta
82+
files: [Integrations/ESPHome/PLT-1_Minimal.yaml]
83+
refresh: 1min
84+
```
85+
86+
=== "PLT-1B"
87+
88+
```yaml
89+
packages:
90+
ApolloAutomation.PLT-1:
91+
url: https://github.com/ApolloAutomation/PLT-1
92+
ref: beta
93+
files: [Integrations/ESPHome/PLT-1B_Minimal.yaml]
94+
refresh: 1min
95+
```
96+
97+
=== "PUMP-1"
98+
99+
```yaml
100+
packages:
101+
ApolloAutomation.PUMP-1:
102+
url: https://github.com/ApolloAutomation/PUMP-1
103+
ref: beta
104+
files: [Integrations/ESPHome/PUMP-1_Minimal.yaml]
105+
refresh: 1min
106+
```
107+
108+
=== "R_PRO-1 (Ethernet)"
109+
110+
```yaml
111+
packages:
112+
ApolloAutomation.R_PRO-1:
113+
url: https://github.com/ApolloAutomation/R_PRO-1
114+
ref: beta
115+
files: [Integrations/ESPHome/R_PRO-1_ETH.yaml]
116+
refresh: 1min
117+
```
118+
119+
=== "R_PRO-1 (WiFi)"
120+
121+
```yaml
122+
packages:
123+
ApolloAutomation.R_PRO-1:
124+
url: https://github.com/ApolloAutomation/R_PRO-1
125+
ref: beta
126+
files: [Integrations/ESPHome/R_PRO-1_W.yaml]
127+
refresh: 1min
128+
```
129+
130+
=== "TEMP-1"
131+
132+
```yaml
133+
packages:
134+
ApolloAutomation.TEMP-1:
135+
url: https://github.com/ApolloAutomation/TEMP-1
136+
ref: beta
137+
files: [Integrations/ESPHome/TEMP-1_Minimal_R2.yaml]
138+
refresh: 1min
139+
```
140+
141+
=== "TEMP-1B"
142+
143+
```yaml
144+
packages:
145+
ApolloAutomation.TEMP-1:
146+
url: https://github.com/ApolloAutomation/TEMP-1
147+
ref: beta
148+
files: [Integrations/ESPHome/TEMP-1B_Minimal_R2.yaml]
149+
refresh: 1min
150+
```
39151

40152
![](/assets/switch-to-beta-pic-4.png)
41153

42-
5\. If you are using a device other than the PLT-1 please edit the names where I have pointed with an arrow in the image below. Please <a href="https://dsc.gg/apolloautomation" target="_blank" rel="noopener">ask for help</a> if you have issues with this!
43-
44-
![](/assets/switch-to-beta-pic-5.png)
45-
46-
6\. Click save then install in the top right.
154+
5\. Click save then install in the top right.
47155

48156
![](/assets/switch-to-beta-pic-6.png)
49157

50-
7\. Once you see "**INFO OTA successful**" you are done. Click "**STOP**" in the bottom right to exit.
158+
6\. Once you see "**INFO OTA successful**" you are done. Click "**STOP**" in the bottom right to exit.
51159

52-
![](/assets/switch-to-beta-pic-7.png)
160+
![](/assets/switch-to-beta-pic-7.png)

0 commit comments

Comments
 (0)