arretx
(Jon Griffith)
1
In the Mosquitto broker in HASS.IO, there is a “logins” section in options:
"logins": [
{
"username": "XXXXXX",
"password": "XXXXXX"
}
],
Is there specific syntax to define multiple users? If not, how does one add another user to Mosquitto on Hass.io?
Thanks!
hijinx
(James)
2
Like this:
“logins”: [
{
“username”: “homeassistant”,
“password”: “xxxxxxx”
},
{
“username”: “sensors”,
“password”: “xxxxxxxxx”
}
],
1 Like
Olivier974
(Electronlibre)
3
Thanks @hijinx!
some people are really polite here… lol