Files
homeassistant-core/homeassistant/components/browser/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
329 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": "[%key:common::config_flow::data::url%]",
"description": "The URL to open."
}
}
}
}
}