Skip to content

Commit

Permalink
Merge pull request #34 from erik73/soap
Browse files Browse the repository at this point in the history
Add SOAP return port
  • Loading branch information
erik73 authored Mar 1, 2021
2 parents 3c596dc + ec0e6b7 commit d2e0953
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions steve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"map": ["ssl"],
"services": ["mysql:need"],
"ports": {
"8180/tcp": 8180
"8180/tcp": 8180,
"12801/tcp": null
},
"ports_description": {
"8180/tcp": "SteVe TCP port"
"8180/tcp": "SteVe TCP port",
"12801/tcp": "SteVe SOAP return port"
},
"hassio_api": true,
"options": {
Expand Down

0 comments on commit d2e0953

Please sign in to comment.