@@ -24,14 +24,6 @@ export const vpeDetails: DetailsConfig = {
2424 href : 'https://www.home-assistant.io/voice_control/' ,
2525 label : 'Setup guide' ,
2626 variant : 'secondary' ,
27- } ,
28- {
29- title : 'Source code' ,
30- description :
31- 'View the open-source Voice PE firmware code and contribute to development' ,
32- href : 'https://github.com/esphome/home-assistant-voice-pe' ,
33- label : 'GitHub repository' ,
34- variant : 'secondary' ,
3527 icon : '/svgs/doc.svg' ,
3628 } ,
3729 {
@@ -76,19 +68,10 @@ export const zwa2Details: DetailsConfig = {
7668 } ,
7769 {
7870 title : 'Documentation' ,
79- description :
80- 'User documentation, troubleshooting, and resources' ,
71+ description : 'User documentation, troubleshooting, and resources' ,
8172 href : 'https://support.nabucasa.com/hc/en-us/categories/28669861145885' ,
8273 label : 'Get support' ,
8374 variant : 'secondary' ,
84- } ,
85- {
86- title : 'Source code' ,
87- description :
88- 'View the open-source toolbox code, contribute, or report issues' ,
89- href : 'https://github.com/home-assistant/zwa2-toolbox' ,
90- label : 'GitHub repository' ,
91- variant : 'secondary' ,
9275 icon : '/svgs/doc.svg' ,
9376 } ,
9477 {
@@ -135,14 +118,6 @@ export const zbt1Details: DetailsConfig = {
135118 href : 'https://home-assistant-skyconnect.netlify.app/' ,
136119 label : 'Setup guide' ,
137120 variant : 'secondary' ,
138- } ,
139- {
140- title : 'Documentation' ,
141- description :
142- 'User documentation, troubleshooting, and resources' ,
143- href : 'https://home-assistant-skyconnect.netlify.app/documentation/' ,
144- label : 'View docs' ,
145- variant : 'secondary' ,
146121 icon : '/svgs/start.svg' ,
147122 } ,
148123 {
@@ -190,6 +165,7 @@ export const esphomeWebDetails: DetailsConfig = {
190165 href : 'https://web.esphome.io/?pico' ,
191166 label : 'Flash Pico' ,
192167 variant : 'secondary' ,
168+ icon : '/svgs/raspberry.svg' ,
193169 } ,
194170 {
195171 title : 'View logs' ,
0 commit comments