Skip to content

Commit 71fd2c0

Browse files
committed
Fix note:
1 parent 4aac051 commit 71fd2c0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/components/remote_transmitter.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,10 @@ on_...:
399399
- **index** (**Required**, int): The 8-bit rolling index (range=0..3).
400400
- All other options from [Remote Transmitter Actions](#remote_transmitter-transmit_action).
401401

402-
{{< note >}}
403-
The **dyson** devices use rolling codes, i.e. each remote button generates 4 different codes in a pseudo
404-
random manner. On every transmit the **index** variable must loop to let the **..transmit_dyson** function
405-
generate a code that differs from the previous one.
406-
407-
{{< /note >}}
402+
> [!NOTE]
403+
> The **dyson** devices use rolling codes, i.e. each remote button generates 4 different codes in a pseudo
404+
> random manner. On every transmit the **index** variable must loop to let the **..transmit_dyson** function
405+
> generate a code that differs from the previous one.
408406

409407
{{< anchor "remote_transmitter-transmit_gobox" >}}
410408

0 commit comments

Comments
 (0)