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

Fix warning about type

This commit is contained in:
ewilly 2023-07-21 10:32:37 +02:00
parent 6526d7fe93
commit 44cb2874c6

View file

@ -58,7 +58,7 @@ ram.runtime = "2G"
[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."
type = "string"
type = "select"
choices = ["metric", "us_customary"]
default = "metric"