-
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
85e5913
commit dbb05fa
Showing
1 changed file
with
13 additions
and
8 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,11 +1,16 @@ | ||
# <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 several sensors that have information about the time zone in which another entity is located. | ||
Creates sensors that have information about the time zone in which another entity is located, or about a fixed time zone. | ||
|
||
Type | Enabled by default | Description | ||
-|-|- | ||
address | no | The address where the entity is located | ||
country | no | The country the entity is in. Includes an attribute with the country code. | ||
different time | no | Is `on` when the local time where entity is locaed is different than Home Assistant's local time | ||
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 | ||
Type | Description | ||
-|- | ||
address | The address where the entity is located | ||
country | The country the entity is in. Includes an attribute with the country code. | ||
different country | Is `on` when the country where entity is located is different than Home Assistant's country configuration | ||
different time | Is `on` when the local time where entity is located is different than Home Assistant's local time | ||
local time | 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 | The name of the time zone where the entity is located | ||
|
||
All entities are disabled by default, | ||
exept for the "local time" sensor, which is enabled by default for static time zones and zone entities, | ||
and the "time zone" sensor, which is enabled by default for all other entities. |