Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1000 B

title, description, logo, ha_category, ha_qa_scale, ha_release
title description logo ha_category ha_qa_scale ha_release
Browser Instructions on how to setup the browser integration with Home Assistant. home-assistant.png
Utility
internal pre 0.7

The browser integration provides a service to open URLs in the default browser on the host machine.

Configuration

To load this component, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
browser:

Service browser/browse_url

Service data attribute Optional Description
url no The URL to open.

Usage

To use this service, choose Call Service from the Developer Tools. Choose the service browser/browse_url from the list of Available services: and enter the URL into the Service Data field and hit CALL SERVICE.

{"url": "http://www.google.com"}

This will open the given URL on the host machine.