diff --git a/source/_integrations/generic.markdown b/source/_integrations/generic.markdown index d4a4dfe70bf..2bdfc163de5 100644 --- a/source/_integrations/generic.markdown +++ b/source/_integrations/generic.markdown @@ -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` diff --git a/source/_integrations/geofency.markdown b/source/_integrations/geofency.markdown index fd5555528b0..4b61198552d 100644 --- a/source/_integrations/geofency.markdown +++ b/source/_integrations/geofency.markdown @@ -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. diff --git a/source/_integrations/graphite.markdown b/source/_integrations/graphite.markdown index de9aaebe95a..bfe32219780 100644 --- a/source/_integrations/graphite.markdown +++ b/source/_integrations/graphite.markdown @@ -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