feat: home-assistant 更新版本至 2024.2.2 (#964)

This commit is contained in:
zhengkunwang 2024-02-26 10:36:01 +08:00 committed by GitHub
parent 990d2c9cb6
commit d24e7a5c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

View File

@ -1,17 +1,17 @@
additionalProperties:
formFields:
- default: 8123
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text
additionalProperties:
formFields:
- default: 8123
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@ -8,6 +8,6 @@ services:
- "./data:/config"
environment:
- TZ=${TIME_ZONE}
image: homeassistant/home-assistant:2023.8.0.dev20230723
image: homeassistant/home-assistant:2024.2.2
labels:
createdBy: "Apps"