mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add Switcher Runner S11 support (#34269)
* switcher update doc to runner S11 * Update source/_integrations/switcher_kis.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_integrations/switcher_kis.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_integrations/switcher_kis.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix Update switcher_kis.markdown * Update source/_integrations/switcher_kis.markdown Co-authored-by: Shay Levy <levyshay1@gmail.com> * Update source/_integrations/switcher_kis.markdown Co-authored-by: Shay Levy <levyshay1@gmail.com> * Update source/_integrations/switcher_kis.markdown Co-authored-by: Shay Levy <levyshay1@gmail.com> * Tiny tweak --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Shay Levy <levyshay1@gmail.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
e7240fd3ae
commit
76674d6b5e
@ -34,9 +34,27 @@ Supported devices:
|
|||||||
- Switcher V4
|
- Switcher V4
|
||||||
- Switcher Breeze
|
- Switcher Breeze
|
||||||
- Switcher Runner
|
- Switcher Runner
|
||||||
|
- Switcher Runner S11
|
||||||
|
|
||||||
|
Devices that require a token:
|
||||||
|
|
||||||
|
- Switcher Runner S11
|
||||||
|
|
||||||
If you completed the integration setup but are still unable to control the device, please make sure your device's firmware is up-to-date.
|
If you completed the integration setup but are still unable to control the device, please make sure your device's firmware is up-to-date.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
To enhance security, certain Switcher devices require a token for operation. In order to integrate your token-based Switcher devices with Home Assistant, you'll need the following information:
|
||||||
|
|
||||||
|
- **The username of your Switcher Account**: To find the username, open the Switcher app.
|
||||||
|
- **Local control key token**: To find the local control key token, browse to the
|
||||||
|
[Switcher GetKey API][token], enter your Switcher account username (which is an email address), and press
|
||||||
|
**Send Me The Code**.
|
||||||
|
|
||||||
|
The token will be sent to you by email. It will look something like this: `zvVvd7JxtN7CgvkD1Psujw==`
|
||||||
|
|
||||||
|
[token]: https://switcher.co.il/GetKey/
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
## Buttons
|
## Buttons
|
||||||
@ -87,5 +105,5 @@ Note: This does not affect the auto off timer.
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
Make sure that Home Assistant host's firewall allows incoming traffic on UDP ports 10002, 20002 & 20003 and outgoing connections to Switcher device(s) on TCP ports 9957 & 10000.
|
Make sure that Home Assistant host's firewall allows incoming traffic on UDP ports 10002, 10003, 20002 & 20003 and outgoing connections to Switcher device(s) on TCP ports 9957 & 10000.
|
||||||
If Home Assistant and the Switcher device(s) are not on the same network, you will also need to have their traffic properly forwarded between the two networks.
|
If Home Assistant and the Switcher device(s) are not on the same network, you will also need to have their traffic properly forwarded between the two networks.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user