Skip to content

Commit c2e0e77

Browse files
authored
Add WWHA reference and extra info on the main-page (#27)
1 parent 373f924 commit c2e0e77

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,36 @@ import Link from '@docusaurus/Link'
22
import clsx from 'clsx'
33
import Heading from '@theme/Heading'
44
import styles from './styles.module.css'
5+
import WWHA from '@site/static/img/wwha-badge.png'
56

67
const FeatureList = [
78
{
89
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 <Link to='/docs/endpoints/api-v1-system'>Cloud</Link>
13+
.
14+
</>
15+
)
1016
},
1117
{
1218
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 <Link to='https://github.com/homewizard/python-homewizard-energy'>Python library</Link> to get some examples.
22+
</>
23+
)
1424
},
1525
{
1626
title: 'Intergratable',
1727
description: (
1828
<>
1929
The API allows to integrate with other smart home solutions, like <Link to='https://www.home-assistant.io/integrations/homewizard/'>Home Assistant</Link>.
30+
<br />
31+
<br />
32+
<Link to='https://www.home-assistant.io/integrations/homewizard/'>
33+
<img src={WWHA} height='75' width='300' alt='HomeWizard works locally with Home Assistant (badge)' />
34+
</Link>
2035
</>
2136
)
2237
}

static/img/wwha-badge.png

12 KB
Loading

0 commit comments

Comments
 (0)