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

@@ -42,6 +42,7 @@ class DockerHomeAssistant(DockerBase):
network_mode='host',
environment={
'HASSIO': self.config.api_endpoint,
'TZ': self.config.timezone,
},
volumes={
str(self.config.path_extern_config):