15 lines
294 B
JSON
15 lines
294 B
JSON
|
{
|
||
|
"services": {
|
||
|
"browse_url": {
|
||
|
"name": "Browse",
|
||
|
"description": "Opens a URL in the default browser on the host machine of Home Assistant.",
|
||
|
"fields": {
|
||
|
"url": {
|
||
|
"name": "URL",
|
||
|
"description": "The URL to open."
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|