Removed reference to WPS-only setup (#3690)

MyStrom buttons can be set up via the app (as per the manual, confirmed by me today).
This commit is contained in:
Alexis Iglauer 2017-10-20 21:13:38 +02:00 committed by Fabian Affolter
parent 42d87a546e
commit 89fba70110

View File

@ -38,7 +38,7 @@ binary_sensor:
### {% linkable_title Setup of the myStrom Buttons %}
You need to configure every button to make it work with Home Assistant. First connect the Wifi Buttons to your wireless network. Keep in mind that they only support WPS (Wi-FI Protected Setup). Once a button is connected you have three minutes to set the actions for the push patterns. The fastest way is to use `curl`. Check the [documentation](https://mystrom.ch/wp-content/uploads/REST_API_WBP.txt) of the WiFi Button for further details about the implementation (`http://` is replaced by `get://` or `post://`). `action` is the name of the corresponding push pattern (see above).
You need to configure every button to make it work with Home Assistant. First connect the Wifi Buttons to your wireless network. Once a button is connected you have three minutes to set the actions for the push patterns. The fastest way is to use `curl`. Check the [documentation](https://mystrom.ch/wp-content/uploads/REST_API_WBP.txt) of the WiFi Button for further details about the implementation (`http://` is replaced by `get://` or `post://`). `action` is the name of the corresponding push pattern (see above).
The endpoint that is receiving the data is `[IP address Home Assistant]:8123/api/mystrom`.