hass-core/homeassistant/components/browser/services.yaml
springstan a8f43843bf Filled services.yaml for browser integration (#27563)
* Filled services.yaml for browser integration

* Update services.yaml
2019-10-12 20:00:48 -07:00

6 lines
202 B
YAML

browse_url:
description: Open a URL in the default browser on the host machine of Home Assistant.
fields:
url:
description: The URL to open.
example: "https://www.home-assistant.io"