1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Merge pull request #250 from YunoHost-Apps/testing

Testing
This commit is contained in:
ewilly 2023-08-29 12:44:32 +02:00 committed by GitHub
commit 9c2548ce25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View file

@ -29,7 +29,7 @@ Open source home automation that puts local control and privacy first. Powered b
- Home Energy Management." - Home Energy Management."
**Shipped version:** 2023.8.3~ynh1 **Shipped version:** 2023.8.4~ynh1
**Demo:** https://demo.home-assistant.io **Demo:** https://demo.home-assistant.io

View file

@ -29,7 +29,7 @@ Open source home automation that puts local control and privacy first. Powered b
- Home Energy Management." - Home Energy Management."
**Version incluse :** 2023.8.3~ynh1 **Version incluse :** 2023.8.4~ynh1
**Démo :** https://demo.home-assistant.io **Démo :** https://demo.home-assistant.io

View file

@ -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 = "2023.8.3~ynh1" version = "2023.8.4~ynh1"
maintainers = ["ewilly"] maintainers = ["ewilly"]
@ -18,7 +18,7 @@ code = "https://github.com/home-assistant/core"
cpe = "cpe:2.3:a:home-assistant:home-assistant" cpe = "cpe:2.3:a:home-assistant:home-assistant"
[integration] [integration]
yunohost = ">= 11.1.0" yunohost = ">= 11.2"
architectures = ["amd64", "arm64"] architectures = ["amd64", "arm64"]
multi_instance = false multi_instance = false
ldap = true ldap = true
@ -30,7 +30,6 @@ ram.runtime = "2G"
[install] [install]
[install.domain] [install.domain]
type = "domain" type = "domain"
full_domain = true
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"

View file

@ -5,10 +5,10 @@
#================================================= #=================================================
# Release to install # Release to install
app_version=2023.8.3 app_version=2023.8.4
# Requirements # Requirements
py_required_version=3.11.4 py_required_version=3.11.5
pip_required="pip (>=21.3.1)" pip_required="pip (>=21.3.1)"
# Fail2ban # Fail2ban