Files
default-applications-tree/homeassistant/template.json
2025-07-04 11:21:13 +02:00

19 lines
669 B
JSON

{
"name": "homeassistant",
"title": "Home Assistant",
"description": "Home Assistant is free and open-source home automation software that acts as a central hub for managing and controlling smart home devices. It allows users to connect, automate, and customize their smart home setup, offering local control and privacy features. ",
"fields": [
{
"description": "Domain:",
"key": "DOMAIN",
"value": "",
"required": "true"
},
{
"description": "Timezone:",
"key": "TZ",
"value": "Europe/Budapest",
"required": "true"
}
]
}