Skip to content

Commit c9a4391

Browse files
committed
Updates some details
1 parent 084a295 commit c9a4391

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

src/utils/details.ts

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)