mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update switch.rfxtrx.markdown
This commit is contained in:
parent
c1ccb7b149
commit
5840db495c
@ -58,7 +58,7 @@ If you need to generate codes for switches you can use a template (usefull for e
|
||||
- Use this code to generate a code:
|
||||
|
||||
```yaml
|
||||
{% raw %}0b11000{{ range(0,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
|
||||
{% raw %}0b11000{{ range(100,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
|
||||
```
|
||||
|
||||
- Use this code to add a new switch in your configuration.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user