We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1225f70 commit b83e570Copy full SHA for b83e570
1 file changed
articles/Chapter_6-RaspberryPi_and_AIoT/Frigate_NVR_and_Home_Assistant_Intergration_Wiki.md
@@ -240,8 +240,8 @@ mqtt:
240
port: 1883
241
topic_prefix: frigate
242
client_id: frigate
243
- user: kasun
244
- password: HiezenburgCook
+ user: <HA User Name>
+ password: <HA Password>
245
```
246
247
Example:
@@ -252,8 +252,8 @@ mqtt:
252
253
254
255
- user: techsupport
256
- password: techsupport
+ user: kasun
+ password: HiezenburgCook
257
258
259
full example :
0 commit comments