-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtools.js
More file actions
87 lines (87 loc) · 2.61 KB
/
tools.js
File metadata and controls
87 lines (87 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
export const tools = [
{
slug: 'zwa-2',
title: 'Home Assistant Connect ZWA-2',
description:
'The ultimate way to connect Z-Wave devices to Home Assistant.',
image: '/images/zwa2.webp',
url: '/home-assistant-connect-zwa-2/',
},
{
slug: 'zbt-2',
title: 'Home Assistant Connect ZBT-2',
description:
'Easiest way to get Zigbee and Matter over Thread devices in Home Assistant.',
image: '/images/zbt2.webp',
url: '/home-assistant-connect-zbt-2/',
},
{
slug: 'vpe',
title: 'Home Assistant Voice Preview Edition',
description:
'Bring choice to voice. The best way to get started with voice.',
image: '/images/voice.jpg',
url: '/home-assistant-voice-preview-edition/',
},
{
slug: 'zbt-1',
title: 'Home Assistant Connect ZBT-1',
description:
'First generation adapter to bring Zigbee and Matter over Thread devices in Home Assistant.',
image: '/images/zbt1.jpg',
url: '/home-assistant-connect-zbt-1/',
},
{
slug: 'bluetooth-proxy',
title: 'Bluetooth proxy',
description:
'Create a device to allow Home Assistant to control Bluetooth devices.',
image: '/images/bluetooth-proxy.png',
url: 'https://esphome.io/projects/index.html?type=bluetooth',
},
{
slug: 'media-player',
title: 'Media player',
description: 'Create an internet connected smart media player.',
image: '/images/media-player.png',
url: 'https://esphome.io/projects/index.html?type=media',
},
{
slug: 'empty-esphome',
title: 'Empty ESPHome',
description: 'No special features built-in. Ready to make it your own.',
image: '/images/empty-esphome.png',
url: 'https://esphome.io/projects/index.html?type=empty',
},
{
slug: 'infrared-proxy',
title: 'Infrared Proxy',
description:
'Create a device to allow Home Assistant to control infrared devices.',
image: '/images/infrared-proxy.png',
url: 'https://esphome.io/projects/index.html?type=irrf',
},
{
slug: 'improv',
title: 'Improv Wi-Fi',
description: 'Connect devices to Wi-Fi via Bluetooth from your browser',
image: '/images/improv.png',
url: '/improv',
},
{
slug: 'esphome-web',
title: 'ESPHome Web',
description:
'Install and manage ESPHome firmware directly from your browser',
image: '/images/esphome.png',
url: 'https://web.esphome.io/',
},
{
slug: 'wled',
title: 'WLED installer',
description: 'Install WLED firmware on ESP32/ESP8266 for LED control',
image: '/images/wled.png',
url: 'https://install.wled.me/',
category: 'Collaboration partner',
},
];