Skip to content

Commit

Permalink
Add link to Hosting documentation from Picture Element docs (home-ass…
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsk88 authored May 12, 2020
1 parent 3b4d0a4 commit ee7abbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
- I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
- [ ] The documentation follows the Home Assistant documentation [standards][].

[standards]: https://developers.home-assistant.io/docs/documentation_standards.html
[standards]: https://developers.home-assistant.io/docs/documenting/standards
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ This is the source for the [Home-Assistant.io website](https://home-assistant.io

## Setup

Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documentation_index.html).
Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documenting).

## Site preview

In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the command as follows:
In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the following [bundler](
https://bundler.io/
) command:

```bash
bundle exec rake preview
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "The Picture Elements card is one of the most versatile types of ca

The Picture Elements card is one of the most versatile types of cards.

The cards allow you to position icons or text and even services! On an image based on coordinates. Imagine floor plan, imagine [picture-glance](/lovelace/picture-glance/) with no restrictions!
The cards allow you to position icons or text and even services on an image based on coordinates. Imagine floor plan, imagine [picture-glance](/lovelace/picture-glance/) with no restrictions!

<p class='img'>
<img src='/images/lovelace/lovelace_picture_elements.gif' alt='A functional floorplan powered by picture elements'>
Expand All @@ -20,7 +20,7 @@ type:
type: string
image:
required: true
description: The URL of an image.
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
type: string
elements:
required: true
Expand Down

0 comments on commit ee7abbb

Please sign in to comment.