diff --git a/info.md b/info.md index bddd48f..01662f0 100644 --- a/info.md +++ b/info.md @@ -1,11 +1,16 @@ # Entity Time Zone Sensor 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.