Add configurable QR code page
This commit is contained in:
parent
c4afd3c253
commit
e3f3101719
7 changed files with 610 additions and 20 deletions
15
what.example.json
Normal file
15
what.example.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue