1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 04:19:34 +00:00
Files
core/homeassistant/components/browser/strings.json
2025-10-28 10:33:10 +01:00

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