Move configuration to json

This commit is contained in:
2025-02-09 22:45:45 +11:00
parent 41af7b508f
commit b50edfa4aa
6 changed files with 74 additions and 116 deletions

9
config.example.json Normal file
View File

@@ -0,0 +1,9 @@
{
"shades": [
{
"radioId": "13AC",
"mqttId": "example_blind",
"friendly_name": "Example Blind"
}
]
}