1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 04:19:03 +00:00

Timezone (#69)

* Add Timezone support

* finish PR

* fix lint
This commit is contained in:
Pascal Vizeli
2017-05-22 22:56:44 +02:00
committed by GitHub
parent 97853d1691
commit 6927c989d0
8 changed files with 53 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ RESULT_OK = 'ok'
ATTR_ARCH = 'arch'
ATTR_HOSTNAME = 'hostname'
ATTR_TIMEZONE = 'timezone'
ATTR_OS = 'os'
ATTR_TYPE = 'type'
ATTR_SOURCE = 'source'