mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 15:15:14 +00:00
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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|