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: src/components/HomepageFeatures/index.js
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,36 @@ import Link from '@docusaurus/Link'
2
2
importclsxfrom'clsx'
3
3
importHeadingfrom'@theme/Heading'
4
4
importstylesfrom'./styles.module.css'
5
+
importWWHAfrom'@site/static/img/wwha-badge.png'
5
6
6
7
constFeatureList=[
7
8
{
8
9
title: 'Local',
9
-
description: <>The HomeWizard Energy API is available on your local network. This means that you can use it without an internet connection.</>
10
+
description: (
11
+
<>
12
+
The HomeWizard Energy API is available on your local network. This means that you can use it without an internet connection. You can even turn off the connection with the <Linkto='/docs/endpoints/api-v1-system'>Cloud</Link>
13
+
.
14
+
</>
15
+
)
10
16
},
11
17
{
12
18
title: 'Easy to use',
13
-
description: <>The API is easy to use. You can use it with any programming language that supports HTTP requests.</>
19
+
description: (
20
+
<>
21
+
The API is easy to use. You can use it with any programming language that supports HTTP requests. Use our official <Linkto='https://github.com/homewizard/python-homewizard-energy'>Python library</Link> to get some examples.
22
+
</>
23
+
)
14
24
},
15
25
{
16
26
title: 'Intergratable',
17
27
description: (
18
28
<>
19
29
The API allows to integrate with other smart home solutions, like <Linkto='https://www.home-assistant.io/integrations/homewizard/'>Home Assistant</Link>.
0 commit comments