Skip to content

Commit

Permalink
port number not shown in skill settings after update of home.mycroft.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
domcross committed Jul 6, 2019
1 parent 3490244 commit da6d58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settingsmeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"name": "host",
"type": "text",
"label": "Host adress",
"label": "Host address",
"value": ""
},
{
Expand All @@ -33,7 +33,7 @@
},
{
"name": "portnum",
"type": "Number",
"type": "number",
"label": "Port number",
"value": "8083"
}
Expand Down Expand Up @@ -64,7 +64,7 @@
"name": "ignore_rooms",
"type": "text",
"label": "FHEM-Rooms to be ignored (when trying to guess a location)",
"value": "Homebrigde,IT,CUL_HM,ESPEasy,_LOG"
"value": "Homebrigde,Unsorted,Everything,_LOG"
}
]
},
Expand Down

0 comments on commit da6d58f

Please sign in to comment.