Skip to content

Commit 14295b9

Browse files
authored
Merge branch 'next' into wifi_prio
2 parents 13233f1 + 2e4414e commit 14295b9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

content/components/time/rx8130.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ time:
2323

2424
This [Action](#config-action) triggers a synchronization of the current system time to the RTC hardware.
2525

26-
{{< note >}}
27-
The RX8130 component will *not* write to the RTC clock if not triggered *explicitly* by this action.
28-
29-
{{< /note >}}
26+
> [!NOTE]
27+
> The RX8130 component will *not* write to the RTC clock if not triggered *explicitly* by this action.
3028

3129
```yaml
3230
on_...:
@@ -43,12 +41,10 @@ on_...:
4341

4442
This [Action](#config-action) triggers a synchronization of the current system time from the RTC hardware.
4543

46-
{{< note >}}
47-
The RX8130 component will automatically read the RTC clock every 15 minutes by default and synchronize the
48-
system clock when a valid timestamp is read from the RTC. (The `update_interval` can be changed.)
49-
This action can be used to trigger *additional* synchronizations.
50-
51-
{{< /note >}}
44+
> [!NOTE]
45+
> The RX8130 component will automatically read the RTC clock every 15 minutes by default and synchronize the
46+
> system clock when a valid timestamp is read from the RTC. (The `update_interval` can be changed.)
47+
> This action can be used to trigger *additional* synchronizations.
5248

5349
```yaml
5450
on_...:

0 commit comments

Comments
 (0)