mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
G-integrations: Rename component to integration (#27788)
This commit is contained in:
parent
31ee84cacb
commit
08c130ab7a
@ -86,12 +86,12 @@ To access a camera which is only available via HTTP, you must turn off SSL verif
|
||||
|
||||
### Live stream
|
||||
|
||||
To access a camera that has both a snapshot and live stream URL, utilizing the [stream](/integrations/stream/) component.
|
||||
To access a camera that has both a snapshot and live stream URL, utilizing the [stream](/integrations/stream/) integration.
|
||||
|
||||
- Still Image URL: `http://194.218.96.92/jpg/image.jpg`
|
||||
- Stream Source: `rtsp://user:pass@194.218.96.92:554`
|
||||
|
||||
If a camera only has a live stream URL and no snapshot URL, the [stream](/integrations/stream/) component can also generate still images from the live stream URL.
|
||||
If a camera only has a live stream URL and no snapshot URL, the [stream](/integrations/stream/) integration can also generate still images from the live stream URL.
|
||||
|
||||
- Stream Source: `rtsp://user:pass@194.218.96.92:554`
|
||||
|
||||
|
@ -43,4 +43,4 @@ geofency:
|
||||
|
||||
When you enter a geofence or stationary beacon, your location name in Home Assistant will be set to the name of the geofence or beacon location in Geofency. When you exit a geofence or stationary beacon, your location name in Home Assistant will be set to `not home`. For mobile beacons, the location name will be `not_home` whenever the beacon is entered or exited outside of a [zone](/integrations/zone/), otherwise, it will be set to the name of the zone.
|
||||
|
||||
To make Geofency work better with the [proximity](/integrations/proximity/) component, you should enable the 'Send Current Location' feature in the Webhook configuration screen. This ensures that the _current_ GPS coordinates are included in exit events instead of the coordinates of the (center of) the zone that was exited.
|
||||
To make Geofency work better with the [proximity](/integrations/proximity/) integration, you should enable the 'Send Current Location' feature in the Webhook configuration screen. This ensures that the _current_ GPS coordinates are included in exit events instead of the coordinates of the (center of) the zone that was exited.
|
||||
|
@ -11,7 +11,7 @@ ha_integration_type: integration
|
||||
|
||||
The `graphite` integration records all events and state changes and feeds the data to a [graphite](http://graphiteapp.org/) instance.
|
||||
|
||||
To enable this component, add the following lines to your `configuration.yaml`:
|
||||
To enable this integration, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user