Skip to content

Commit ddaed77

Browse files
committed
docs: link remote.py example in README
1 parent 8fc6dbf commit ddaed77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ to start with an integration driver for the Remote Two.
1919

2020
It defines a single push button with a callback handler. When pushed, it just prints a message in the console.
2121

22+
## remote
23+
24+
The [remote.py](remote.py) example shows how to use the [remote-entity](https://github.com/unfoldedcircle/core-api/blob/main/doc/entities/entity_remote.md).
25+
26+
It defines some simple commands, a custom button mapping and user interface pages for the available commands.
27+
2228
## setup_flow
2329

2430
The [setup_flow](setup_flow.py) example shows how to define a dynamic setup flow for the driver setup.

0 commit comments

Comments
 (0)