-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be240eb
commit 27af3df
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# <img src="https://brands.home-assistant.io/entity_tz/icon.png" alt="Entity Time Zone Sensor" width="50" height="50"/> Entity Time Zone Sensor | ||
|
||
Creates a sensor that indicates the time zone in which another entity is located. | ||
The entity must have `latitude` and `longitude` attributes. | ||
Creates several sensors that have information about the time zone in which another entity is located. | ||
|
||
Type | Enabled by default | Description | ||
-|-|- | ||
Diff tz | no | Is `on` when the entity is in a different time zone than Home Assistant's configured time zone | ||
Local time | no | The local time where the entity is located. No time zone suffix is included so that the UI doesn't automatically change it back to Home Assistant's local time. | ||
Time zone | yes | The name of the time zone where the entity is located |