Add configurable QR code page

This commit is contained in:
marijo 2026-06-23 13:19:06 +00:00
parent c4afd3c253
commit e3f3101719
7 changed files with 610 additions and 20 deletions

15
what.example.json Normal file
View file

@ -0,0 +1,15 @@
{
"wifi": {
"type": "wifi",
"label": "Home Wi-Fi",
"ssid": "Your WiFi name",
"password": "Your WiFi password",
"security": "WPA",
"hidden": false
},
"haguest": {
"type": "url",
"label": "HA Guest",
"url": "http://192.168.0.226/haguest"
}
}