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: source/_components/smappee.markdown
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -12,41 +12,42 @@ ha_release: "0.64"
12
12
ha_category: Hub
13
13
---
14
14
15
-
[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches.
15
+
The `smappee` component adds support for the [Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches.
16
16
17
17
Switches and Sensors are supported - and will be automatically added when you connect to the Smappee controller.
18
18
19
-
The smappee component gets information from [Smappee API](https://smappee.atlassian.net/wiki/display/DEVAPI/API+Methods) using the [smappy](https://github.com/EnergieID/smappy) pypy module
19
+
The smappee component gets information from [Smappee API](https://smappee.atlassian.net/wiki/display/DEVAPI/API+Methods).
20
20
21
-
<pclass='note'>
22
-
Info on how to get api access is described in the [smappy wiki](https://github.com/EnergieID/smappy/wiki)
23
-
</p>
21
+
## {% linkable_title Configuration %}
22
+
23
+
Info on how to get API access is described in the [smappy wiki](https://github.com/EnergieID/smappy/wiki).
24
+
25
+
To use the `smappee` component in your installation, add the following to your `configuration.yaml` file:
0 commit comments