Files
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": {
"description": "Opens a URL in the default browser on the host machine of Home Assistant.",
"fields": {
"url": {
2025-10-28 10:33:10 +01:00
"description": "The URL to open.",
"name": "[%key:common::config_flow::data::url%]"
}
2025-10-28 10:33:10 +01:00
},
"name": "Browse"
}
}
}