mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Updated the url for developer template and added UI instructions for … (#24257)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
455310e051
commit
3f167555e8
@ -344,11 +344,22 @@ action:
|
||||
event: 0b1111e003af16aa10000060
|
||||
```
|
||||
|
||||
Alternatively:
|
||||
|
||||
- Go to: {% my developer_call_service title="Developer tools -> Services" service="rfxtrx.send" %}
|
||||
- Select: `RFXCOM RFXtrx: Send` from the Service drop-down menu.
|
||||
|
||||
```yaml
|
||||
service: rfxtrx.send
|
||||
data:
|
||||
event: "0b1111e003af16aa10000060"
|
||||
```
|
||||
|
||||
## Generate codes
|
||||
|
||||
If you need to generate codes for switches and lights, you can use a template (useful, for example, COCO switches).
|
||||
|
||||
- Go to home-assistant-IP:8123/dev-template
|
||||
- Go to: {% my developer_template title="Developer tools -> Template" %}
|
||||
- Use the following codes to generate an event:
|
||||
|
||||
### Switch: ARC
|
||||
|
Loading…
x
Reference in New Issue
Block a user