Skip to content

Commit acdb227

Browse files
authored
Add a note about timezones and alerts
Add a note about timezones, because otherwise `repeat` breaks if the timezones arent' the same.
1 parent 7f8ea87 commit acdb227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/alert.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The `alert` component is designed to notify you when problematic issues arise. F
1616

1717
Alerts will add an entity to the front end only when they are firing. This entity allows you to silence an alert until it is resolved.
1818

19+
When using the `alert` component it is important that the timezone used for Home Assistant and the underlying operating system match. Failing to do so may result in multiple alerts being sent at the same time (such as when Home Assistant is set to the `America/Detroit` timezone but the operating system uses `UTC`).
20+
1921
### {% linkable_title Basic Example %}
2022

2123
The `alert` component makes use of any of the `notifications` components. To setup the `alert` component, first, you must setup a `notification` component. Then, add the following to your configuration file:

0 commit comments

Comments
 (0)