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 #245 from YunoHost-Apps/testing

Testing
This commit is contained in:
ewilly 2023-08-05 09:47:23 +02:00 committed by GitHub
commit 12192f8157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ Open source home automation that puts local control and privacy first. Powered b
- Home Energy Management."
**Shipped version:** 2023.7.3~ynh1
**Shipped version:** 2023.8.1~ynh1
**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."
**Version incluse :** 2023.7.3~ynh1
**Version incluse :** 2023.8.1~ynh1
**Démo :** https://demo.home-assistant.io

View file

@ -8,7 +8,7 @@ location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Host $host;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -5,7 +5,7 @@ name = "Home Assistant"
description.en = "Home automation platform"
description.fr = "Plateforme domotique"
version = "2023.7.3~ynh1"
version = "2023.8.1~ynh1"
maintainers = ["ewilly"]

View file

@ -5,11 +5,11 @@
#=================================================
# Release to install
app_version=2023.7.3
app_version=2023.8.1
# Requirements
py_required_version=3.11.4
pip_required="pip (<23.2,>=21.3.1)"
pip_required="pip (>=21.3.1)"
# Fail2ban
failregex="^%(__prefix_line)s.*\[homeassistant.components.http.ban\] Login attempt or request with invalid authentication from.* \(<HOST>\).* Requested URL: ./auth/.*"