2023-02-12 22:01:31 +01:00
packaging_format = 2
id = "homeassistant"
name = "Home Assistant"
description . en = "Home automation platform"
description . fr = "Plateforme domotique"
2024-03-15 02:37:45 +01:00
version = "2024.3.1~ynh1"
2023-02-12 22:01:31 +01:00
maintainers = [ "ewilly" ]
[ upstream ]
license = "Apache-2.0"
website = "https://www.home-assistant.io"
demo = "https://demo.home-assistant.io"
admindoc = "https://www.home-assistant.io/docs/"
code = "https://github.com/home-assistant/core"
cpe = "cpe:2.3:a:home-assistant:home-assistant"
[ integration ]
2023-08-20 17:23:30 +02:00
yunohost = ">= 11.2"
2023-02-15 12:31:34 +01:00
architectures = [ "amd64" , "arm64" ]
2023-02-12 22:01:31 +01:00
multi_instance = false
ldap = true
sso = false
disk = "2G"
ram . build = "2G"
ram . runtime = "2G"
[ install ]
[ install . domain ]
type = "domain"
[ install . init_main_permission ]
type = "group"
default = "visitors"
[ install . home ]
ask . en = "Name of the location where Home Assistant is running."
type = "string"
default = "Home"
[ install . latitude ]
ask . en = "Latitude of your location required to calculate the time the sun rises and sets--> https://www.openstreetmap.org"
type = "string"
default = 32.87336
[ install . longitude ]
ask . en = "Longitude of your location required to calculate the time the sun rises and sets --> https://www.openstreetmap.org"
type = "string"
default = 117.22743
[ install . elevation ]
ask . en = "Altitude above sea level in meters. Impacts sunrise data."
type = "number"
default = 430
[ install . unit_system ]
ask . en = "metric for Metric, us_customary for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary."
2023-07-21 10:32:37 +02:00
type = "select"
2023-02-12 22:01:31 +01:00
choices = [ "metric" , "us_customary" ]
default = "metric"
[ install . currency ]
ask . en = "Pick your currency code from the column Code of Wikipedia’ s list of ISO 4217 active codes --> https://en.wikipedia.org/wiki/ISO_4217#Active_codes"
type = "string"
default = "USD"
[ install . country ]
ask . en = "Country in which Home Assistant is running. This may, for example, influence radio settings to comply with local regulations. The country should be specified as an ISO 3166.1 alpha-2 code. Pick your country from the column Code of Wikipedia’ s list of ISO 31661 alpha-2 officially assigned code --> https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements"
type = "string"
default = "US"
[ install . time_zone ]
ask . en = "Pick your time zone from the column TZ of Wikipedia’ s list of tz database time zones --> https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
type = "string"
default = "America/Los_Angeles"
[ resources ]
2024-03-08 13:25:29 +01:00
[ resources . sources ]
[ resources . sources . main ]
2024-03-15 02:37:45 +01:00
url = "https://github.com/home-assistant/core/archive/refs/tags/2024.3.1.tar.gz"
sha256 = "f74074e48584e80061d2b73cd48906dc00162b144236d41071611a8f4cd119ba"
2024-03-08 13:25:29 +01:00
autoupdate . strategy = "latest_github_release"
2023-02-12 22:01:31 +01:00
[ resources . system_user ]
[ resources . install_dir ]
2023-02-15 12:31:34 +01:00
dir = "/var/www/__APP__"
owner = "__APP__:rwx"
group = "__APP__:rx"
2023-02-12 22:01:31 +01:00
[ resources . data_dir ]
2023-02-15 12:31:34 +01:00
dir = "/home/yunohost.app/__APP__"
owner = "__APP__:rwx"
group = "__APP__:rx"
2023-02-12 22:01:31 +01:00
[ resources . permissions ]
2023-02-13 19:08:15 +01:00
main . url = "/"
2023-12-23 10:15:48 +01:00
api . url = "/api"
api . show_tile = false
api . allowed = "visitors"
api . auth_header = false
2023-02-15 12:31:34 +01:00
[ resources . ports ]
main . default = 8123
2023-03-04 17:48:40 +01:00
[ resources . apt ]
2023-07-20 21:45:35 +02:00
packages = "mariadb-server, python3-dev, python3-venv, python3-pip, libffi-dev, autoconf, build-essential, libopenjp2-7-dev, libtiff-dev, libturbojpeg0-dev, libmariadb-dev-compat, rustc, tk-dev, libreadline-dev, libdb5.3-dev, libgdbm-dev, libsqlite3-dev, libbz2-dev, libexpat1-dev, liblzma-dev, wget, tar, libnss3-dev, ffmpeg"
2023-03-04 17:48:40 +01:00
[ resources . database ]
type = "mysql"