mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
commit
9c2548ce25
4 changed files with 6 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue