Worldclock
The worldclock
sensor platform simply displays the current time in a different time zone.
Configuration
To enable this sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: worldclock
time_zone: America/New_York
For valid time zones, check the TZ column in the Wikipedia overview, or get the full list from the pytz module.
python3 -c "import pytz;print(pytz.all_timezones)"