mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 04:19:34 +00:00
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"services": {
|
|
"browse_url": {
|
|
"description": "Opens a URL in the default browser on the host machine of Home Assistant.",
|
|
"fields": {
|
|
"url": {
|
|
"description": "The URL to open.",
|
|
"name": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"name": "Browse"
|
|
}
|
|
}
|
|
}
|