mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 11:19:52 +02:00
Add timezone option for HA Addon
This commit is contained in:
@@ -8,6 +8,7 @@ apparmor: true
|
||||
options:
|
||||
updateInterval: 300
|
||||
babelLocale: null
|
||||
TZ: null
|
||||
debug: false
|
||||
mqtt:
|
||||
broker: null
|
||||
@@ -23,6 +24,7 @@ options:
|
||||
schema:
|
||||
updateInterval: int(10,)
|
||||
babelLocale: str
|
||||
TZ: str
|
||||
debug: bool
|
||||
mqtt:
|
||||
broker: str
|
||||
|
||||
Reference in New Issue
Block a user