Align abbreviation
This commit is contained in:
parent
4d2804f0a2
commit
c4746439b4
17 changed files with 19 additions and 19 deletions
|
@ -25,7 +25,7 @@ browser:
|
|||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `url` | no | The url to open
|
||||
| `url` | no | The URL to open.
|
||||
|
||||
|
||||
### {% linkable_title Usage %}
|
||||
|
|
|
@ -14,7 +14,7 @@ ha_iot_class: "depends"
|
|||
---
|
||||
|
||||
|
||||
The `generic` camera platform allows you to integrate any IP camera or other url into Home Assistant. Templates can be used to generate the urls on the fly.
|
||||
The `generic` camera platform allows you to integrate any IP camera or other URL into Home Assistant. Templates can be used to generate the URLs on the fly.
|
||||
|
||||
Home Assistant will serve the images via its server, making it possible to view your IP camera's while outside of your network. The endpoint is `/api/camera_proxy/camera.[name]`.
|
||||
|
||||
|
@ -34,7 +34,7 @@ Configuration variables:
|
|||
- **username** (*Optional*): The username for accessing your camera.
|
||||
- **password** (*Optional*): The password for accessing your camera.
|
||||
- **authentication** (*Optional*): Type for authenticating the requests `basic` (default) or `digest`.
|
||||
- **limit_refetch_to_url_change** (*Optional*): True/false value (default: false). Limits refetching of the remote image to when the url changes. Only relevant if using a template to fetch the remote image.
|
||||
- **limit_refetch_to_url_change** (*Optional*): True/false value (default: false). Limits refetching of the remote image to when the URL changes. Only relevant if using a template to fetch the remote image.
|
||||
- **content_type** (*Optional*): Set the content type for the IP camera if it is not a jpg file (default: `image/jpeg`). Use `image/svg+xml` to add a dynamic svg file.
|
||||
|
||||
<p class='img'>
|
||||
|
|
|
@ -15,7 +15,7 @@ Image processing enables Home Assistant to process images from [cameras](/compon
|
|||
For interval control, use `scan_interval` in platform.
|
||||
|
||||
<p class='note'>
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base url inside the [http component](/components/http/).
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base URL (`base_url`) inside the [http component](/components/http/).
|
||||
</p>
|
||||
|
||||
## {% linkable_title ALPR %}
|
||||
|
|
|
@ -42,7 +42,7 @@ tts:
|
|||
```
|
||||
|
||||
<p class='note'>
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base url inside the [http component](/components/http/).
|
||||
If you are running Home Assistant over SSL or from within a container, you will have to setup a base URL (`base_url`) inside the [http component](/components/http/).
|
||||
</p>
|
||||
|
||||
## {% linkable_title Service say %}
|
||||
|
|
|
@ -25,7 +25,7 @@ volvooncall:
|
|||
password: password
|
||||
```
|
||||
|
||||
Users registered with Volvo in North America or China will need to specify a service url:
|
||||
Users registered with Volvo in North America or China will need to specify a service URL:
|
||||
|
||||
```yaml
|
||||
# North America
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue