forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s-integrations-2: restart HA after changing config (home-assistant#32721
- Loading branch information
Showing
10 changed files
with
70 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,24 +19,27 @@ ha_platforms: | |
- sensor | ||
- switch | ||
ha_integration_type: integration | ||
related: | ||
- docs: /docs/configuration/ | ||
title: Configuration file | ||
--- | ||
|
||
The Smappee integration will allow users to integrate their Smappee monitors, Smappee Comfort Plugs and Smappee Switches into Home Assistant using the [official cloud API](https://smappee.atlassian.net/wiki/spaces/DEVAPI/overview) or the limited local option. | ||
The Smappee {% term integration %} will allow users to integrate their Smappee monitors, Smappee Comfort Plugs and Smappee Switches into Home Assistant using the [official cloud API](https://smappee.atlassian.net/wiki/spaces/DEVAPI/overview) or the limited local option. | ||
|
||
## Smappee monitors | ||
|
||
The table below summarizes the available options to initiate the Smappee integration in Home Assistant per Smappee monitor type. | ||
|
||
|Monitor type|Local discovery|Cloud API| | ||
|---|---|---| | ||
|Smappee Energy|Yes|Yes| | ||
|Smappee Solar|Yes|Yes| | ||
|Smappee Plus|Yes|Yes| | ||
|Smappee Pro|Yes|Yes| | ||
|Smappee Genius|Yes|Yes| | ||
|Smappee Connect|No|Yes| | ||
|Smappee Wi-Fi Connect|No|Yes| | ||
|Smappee P1/S1 module|No|Yes| | ||
| Monitor type | Local discovery | Cloud API | | ||
| --------------------- | --------------- | --------- | | ||
| Smappee Energy | Yes | Yes | | ||
| Smappee Solar | Yes | Yes | | ||
| Smappee Plus | Yes | Yes | | ||
| Smappee Pro | Yes | Yes | | ||
| Smappee Genius | Yes | Yes | | ||
| Smappee Connect | No | Yes | | ||
| Smappee Wi-Fi Connect | No | Yes | | ||
| Smappee P1/S1 module | No | Yes | | ||
|
||
## Local discovery | ||
|
||
|
@@ -59,7 +62,7 @@ Switch entities are created for each Smappee Switch and Smappee Comfort Plug. | |
|
||
## Cloud API configuration | ||
|
||
To use the Smappee cloud integration you need a personal `client_id` and `client_secret` and add these to your `configuration.yaml` file. For personal use, access to the API is free and credentials can be obtained by contacting [[email protected]](mailto:[email protected]). For commercial usage, it is based on a recurring fee and credentials can be obtained by contacting [[email protected]](mailto:[email protected]). | ||
To use the Smappee cloud integration you need a personal `client_id` and `client_secret` and add these to your {% term "`configuration.yaml`" %} file. For personal use, access to the API is free and credentials can be obtained by contacting [[email protected]](mailto:[email protected]). For commercial usage, it is based on a recurring fee and credentials can be obtained by contacting [[email protected]](mailto:[email protected]). | ||
For any information about the use of the API please refer to the [Smappee API space](https://smappee.atlassian.net/wiki/spaces/DEVAPI/overview). | ||
|
||
```yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters