mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Merge pull request #348 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
dbef3de838
9 changed files with 23 additions and 28 deletions
|
@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2024.6.4~ynh1
|
**Shipped version:** 2024.6.4~ynh2
|
||||||
|
|
||||||
**Demo:** <https://demo.home-assistant.io>
|
**Demo:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 2024.6.4~ynh1
|
**Versión actual:** 2024.6.4~ynh2
|
||||||
|
|
||||||
**Demo:** <https://demo.home-assistant.io>
|
**Demo:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 2024.6.4~ynh1
|
**Paketatutako bertsioa:** 2024.6.4~ynh2
|
||||||
|
|
||||||
**Demoa:** <https://demo.home-assistant.io>
|
**Demoa:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Home Assistant zst une application domotique open source qui donne la priorité
|
||||||
- Applications mobiles compagnons ;
|
- Applications mobiles compagnons ;
|
||||||
- Gestion de l'énergie domestique.
|
- Gestion de l'énergie domestique.
|
||||||
|
|
||||||
**Version incluse :** 2024.6.4~ynh1
|
**Version incluse :** 2024.6.4~ynh2
|
||||||
|
|
||||||
**Démo :** <https://demo.home-assistant.io>
|
**Démo :** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 2024.6.4~ynh1
|
**Versión proporcionada:** 2024.6.4~ynh2
|
||||||
|
|
||||||
**Demo:** <https://demo.home-assistant.io>
|
**Demo:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri
|
||||||
- Home Energy Management."
|
- Home Energy Management."
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 2024.6.4~ynh1
|
**分发版本:** 2024.6.4~ynh2
|
||||||
|
|
||||||
**演示:** <https://demo.home-assistant.io>
|
**演示:** <https://demo.home-assistant.io>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Home Assistant"
|
||||||
description.en = "Home automation platform"
|
description.en = "Home automation platform"
|
||||||
description.fr = "Plateforme domotique"
|
description.fr = "Plateforme domotique"
|
||||||
|
|
||||||
version = "2024.6.4~ynh1"
|
version = "2024.6.4~ynh2"
|
||||||
|
|
||||||
maintainers = ["ewilly"]
|
maintainers = ["ewilly"]
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ ram.runtime = "2G"
|
||||||
main.default = 8123
|
main.default = 8123
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server, python3-dev, python3-venv, python3-pip, libffi-dev, autoconf, build-essential, libopenjp2-7-dev, libtiff-dev, libturbojpeg0-dev, libmariadb-dev-compat, rustc, tk-dev, libreadline-dev, libdb5.3-dev, libgdbm-dev, libsqlite3-dev, libbz2-dev, libexpat1-dev, liblzma-dev, wget, tar, libnss3-dev, ffmpeg"
|
packages = "build-essential, zlib1g-dev, libncurses5-dev, libgdbm-dev, libnss3-dev, libssl-dev, libreadline-dev, libffi-dev, libsqlite3-dev, libbz2-dev, wget, curl, llvm, libncursesw5-dev, xz-utils, tk-dev, liblzma-dev, python3-openssl, git, wget, checkinstall, libc6-dev, mariadb-server, libmariadb-dev-compat, python3-dev, python3-venv, python3-pip, bluez, libjpeg-dev, autoconf, libopenjp2-7, libtiff-dev, libturbojpeg0-dev, tzdata, ffmpeg, liblapack3, liblapack-dev, libatlas-base-dev"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
|
@ -31,8 +31,6 @@ ynh_remove_fail2ban_config
|
||||||
|
|
||||||
ynh_secure_remove --file="/etc/sudoers.d/$app"
|
ynh_secure_remove --file="/etc/sudoers.d/$app"
|
||||||
|
|
||||||
ynh_secure_remove --file="$(dirname "$log_file")"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
33
tests.toml
33
tests.toml
|
@ -1,21 +1,18 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
# -------------------------------
|
||||||
# ------------
|
# Commits to test upgrade from c831b0817c6283bd76ad902a7dd81e647cc9880d
|
||||||
# Tests to run
|
# 2024.6.4~ynh1 with old apt dependencies
|
||||||
# ------------
|
# -------------------------------
|
||||||
|
test_upgrade_from.c831b08.name = "2024.6.4~ynh1"
|
||||||
|
test_upgrade_from.c831b08.args.domain = "sub.domain.tld"
|
||||||
|
test_upgrade_from.c831b08.args.init_main_permission = "visitors"
|
||||||
# -------------------------------
|
test_upgrade_from.c831b08.args.home = "Home"
|
||||||
# Default args to use for install
|
test_upgrade_from.c831b08.args.latitude = 32.87336
|
||||||
# -------------------------------
|
test_upgrade_from.c831b08.args.longitude = 117.22743
|
||||||
|
test_upgrade_from.c831b08.args.elevation = 430
|
||||||
|
test_upgrade_from.c831b08.args.unit_system = "metric"
|
||||||
|
test_upgrade_from.c831b08.args.currency = "USD"
|
||||||
# -------------------------------
|
test_upgrade_from.c831b08.args.country = "US"
|
||||||
# Commits to test upgrade from
|
test_upgrade_from.c831b08.args.time_zone = "America/Los_Angeles"
|
||||||
# -------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue