Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 23 lines (23 sloc) 949 Bytes
{
"name": "Mycroft Weather",
"skillMetadata": {
"sections": [
{
"name": "Options",
"fields": [
{
"type": "label",
"label": "By default the weather will be reported in farenheit if <tt>U.S. Units</tt> are selected and celsius if <tt>Metric</tt> units are chosen under the Units of Measurement setting at <a href='https://home.mycroft.ai/#/setting/basic'>Mycroft Home</a>. You many also override this unit here."
},
{
"name": "units",
"type": "select",
"label": "Temperature units",
"options": "Default (from Basic Settings)|default;Celsius|celsius;Farenheit|farenheit",
"value": "default"
}
]
}
]
}
}