You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ This is the source for the [Home-Assistant.io website](https://home-assistant.io
9
9
10
10
## Setup
11
11
12
-
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).
12
+
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).
13
13
14
14
## Site preview
15
15
16
-
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:
16
+
In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the following [bundler](
Copy file name to clipboardExpand all lines: source/_lovelace/picture-elements.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: "The Picture Elements card is one of the most versatile types of ca
6
6
7
7
The Picture Elements card is one of the most versatile types of cards.
8
8
9
-
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!
9
+
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!
10
10
11
11
<pclass='img'>
12
12
<imgsrc='/images/lovelace/lovelace_picture_elements.gif'alt='A functional floorplan powered by picture elements'>
@@ -20,7 +20,7 @@ type:
20
20
type: string
21
21
image:
22
22
required: true
23
-
description: The URL of an image.
23
+
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
0 commit comments