mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 03:28:58 +00:00
26 lines
673 B
Markdown
26 lines
673 B
Markdown
---
|
|
layout: page
|
|
title: "Browser"
|
|
description: "Instructions how to setup the browser component with Home Assistant."
|
|
date: 2015-01-24 14:39
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
<img src='/images/supported_brands/web-browser.png' class='brand pull-right' />
|
|
The browser component provides a service to open urls in the default browser on the host machine.
|
|
|
|
To load this component, add the following lines to your `configuration.yaml`:
|
|
|
|
```
|
|
browser:
|
|
```
|
|
|
|
#### Service `browser/browse_url`
|
|
|
|
| Service data attribute | Optional | Description |
|
|
| ---------------------- | -------- | ----------- |
|
|
| `url` | no | The url to open
|