core/homeassistant/components/browser/strings.json

15 lines
294 B
JSON
Raw Normal View History

{
"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."
}
}
}
}
}