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:
parent
6526d7fe93
commit
44cb2874c6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue