Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner authored Dec 18, 2023
1 parent 85e5913 commit dbb05fa
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions info.md
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.

0 comments on commit dbb05fa

Please sign in to comment.