diff --git a/README.md b/README.md index 317b90d..0793cb2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Shipped version:** 2023.12.3~ynh1 +**Shipped version:** 2023.12.4~ynh1 **Demo:** https://demo.home-assistant.io diff --git a/README_fr.md b/README_fr.md index 475a95b..3dd0cdd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Home Assistant zst une application domotique open source qui donne la priorité - Applications mobiles compagnons ; - Gestion de l'énergie domestique. -**Version incluse :** 2023.12.3~ynh1 +**Version incluse :** 2023.12.4~ynh1 **Démo :** https://demo.home-assistant.io diff --git a/doc/PRE_INSTALL_fr.md b/doc/PRE_INSTALL_fr.md new file mode 100644 index 0000000..112cf44 --- /dev/null +++ b/doc/PRE_INSTALL_fr.md @@ -0,0 +1 @@ +Comme la version python livrée dans Debian stable n'est pas toujours prise en charge, une version récente pourrait être construite pendant le processus d'installation. Cela peut prendre un certain temps pour y parvenir (15 à 60 minutes). diff --git a/manifest.toml b/manifest.toml index 3af7acb..918449b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2023.12.3~ynh1" +version = "2023.12.4~ynh1" maintainers = ["ewilly"] @@ -91,6 +91,10 @@ ram.runtime = "2G" [resources.permissions] main.url = "/" + api.url = "/api" + api.show_tile = false + api.allowed = "visitors" + api.auth_header = false [resources.ports] main.default = 8123 diff --git a/scripts/_common.sh b/scripts/_common.sh index 624d325..a4b4fdb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Release to install -app_version=2023.12.3 +app_version=2023.12.4 # Requirements py_required_version=3.11.7