2023-07-11 23:06:32 +02:00
|
|
|
{
|
|
|
|
|
"services": {
|
|
|
|
|
"browse_url": {
|
|
|
|
|
"name": "Browse",
|
|
|
|
|
"description": "Opens a URL in the default browser on the host machine of Home Assistant.",
|
|
|
|
|
"fields": {
|
|
|
|
|
"url": {
|
2023-07-13 11:52:50 -04:00
|
|
|
"name": "[%key:common::config_flow::data::url%]",
|
2023-07-11 23:06:32 +02:00
|
|
|
"description": "The URL to open."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|