mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Merge pull request #282 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
c372bcd639
5 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
1
doc/PRE_INSTALL_fr.md
Normal file
1
doc/PRE_INSTALL_fr.md
Normal file
|
@ -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).
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# Release to install
|
||||
app_version=2023.12.3
|
||||
app_version=2023.12.4
|
||||
|
||||
# Requirements
|
||||
py_required_version=3.11.7
|
||||
|
|
Loading…
Add table
Reference in a new issue