diff --git a/source/_integrations/fail2ban.markdown b/source/_integrations/fail2ban.markdown index 2be153e75d4..cb962afe728 100644 --- a/source/_integrations/fail2ban.markdown +++ b/source/_integrations/fail2ban.markdown @@ -157,7 +157,7 @@ server { } ``` -Once that's added to the NGINX configuration, we need to modify the Home Assistant `configuration.yaml` such that the `X-Forwarded-For` header can be parsed. This is done by adding the following to the `http` component: +Once that's added to the NGINX configuration, we need to modify the Home Assistant `configuration.yaml` such that the `X-Forwarded-For` header can be parsed. This is done by adding the following to the `http` integration: ```yaml http: diff --git a/source/_integrations/fan.markdown b/source/_integrations/fan.markdown index 90de9c35d79..f7b95510d90 100644 --- a/source/_integrations/fan.markdown +++ b/source/_integrations/fan.markdown @@ -52,7 +52,7 @@ automation: ### Service `fan.set_preset_mode` -Sets a preset mode for the fan device. Available preset modes are defined by the integration that supplies the fan entity to Home Assistant. For example, the ESPHome [Speed Fan](https://esphome.io/components/fan/speed.html) component provides by default three available presets: `Low`, `Medium` and `High`. +Sets a preset mode for the fan device. Available preset modes are defined by the integration that supplies the fan entity to Home Assistant. For example, the ESPHome [Speed Fan](https://esphome.io/components/fan/speed.html) component provides three available presets by default: `Low`, `Medium`, and `High`. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | diff --git a/source/_integrations/feedreader.markdown b/source/_integrations/feedreader.markdown index 9052eaa6c05..982e23b3a41 100644 --- a/source/_integrations/feedreader.markdown +++ b/source/_integrations/feedreader.markdown @@ -101,6 +101,6 @@ EVENT_FEEDREADER = "feedreader" hass.bus.listen(EVENT_FEEDREADER, event_listener) ``` -To get started developing custom components, please refer to the [developers](/developers) documentation +To get started developing custom integrations, please refer to the [developers](/developers) documentation For a drop in packaged complete example of Feedreader, you can use the [PodCast notifier](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/hasspodcast.yaml). diff --git a/source/_integrations/filesize.markdown b/source/_integrations/filesize.markdown index ae1b3b86bd7..0b51840c106 100644 --- a/source/_integrations/filesize.markdown +++ b/source/_integrations/filesize.markdown @@ -1,6 +1,6 @@ --- title: File Size -description: Component for monitoring the size of a file. +description: Integration for monitoring the size of a file. ha_category: - Sensor - Utility diff --git a/source/_integrations/filter.markdown b/source/_integrations/filter.markdown index 5c084c1e21e..17be61f7942 100644 --- a/source/_integrations/filter.markdown +++ b/source/_integrations/filter.markdown @@ -17,7 +17,7 @@ ha_integration_type: integration The `filter` platform enables sensors that process the states of other entities. -`filter` applies a signal processing algorithm to a sensor, previous and current states, and generates a `new state` given the chosen algorithm. The next image depicts an original sensor and the filter sensor of that same sensor using the [History Graph](/dashboards/history-graph/) component. +`filter` applies a signal processing algorithm to a sensor, previous and current states, and generates a `new state` given the chosen algorithm. The next image depicts an original sensor and the filter sensor of that same sensor using the [History Graph](/dashboards/history-graph/) integration.

diff --git a/source/_integrations/firmata.markdown b/source/_integrations/firmata.markdown index 8a963fa8cec..dfb6eb4bdbc 100644 --- a/source/_integrations/firmata.markdown +++ b/source/_integrations/firmata.markdown @@ -20,7 +20,7 @@ ha_platforms: ha_integration_type: integration --- -[Firmata](https://github.com/firmata/protocol) can be used to add analog and digital inputs and outputs to Home Assistant. This allows for buttons, switches, motion detectors, relay control, sensors, potentiometers, dimmers, etc. The component can currently connect to a Firmata board via serial or serial over USB. +[Firmata](https://github.com/firmata/protocol) can be used to add analog and digital inputs and outputs to Home Assistant. This allows for buttons, switches, motion detectors, relay control, sensors, potentiometers, dimmers, etc. The integration can currently connect to a Firmata board via serial or serial over USB. The Firmata protocol is a standard protocol for microcontrollers. Most of these boards support digital and analog inputs and outputs. [Arduino](https://www.arduino.cc/) and Arduino-compatible microcontroller development boards are the most popular boards to use with Firmata. diff --git a/source/_integrations/fleetgo.markdown b/source/_integrations/fleetgo.markdown index ddc3596c142..3929cdc2012 100644 --- a/source/_integrations/fleetgo.markdown +++ b/source/_integrations/fleetgo.markdown @@ -15,7 +15,7 @@ The `fleetgo` device tracker platform allows you to integrate your vehicles equi ## Setup -To use this component, you need an **API key** and **API secret**, which can be requested by contacting [info@fleetgo.com](mailto:info@fleetgo.com?subject=API%20Key). +To use this integration, you need an **API key** and **API secret**, which can be requested by contacting [info@fleetgo.com](mailto:info@fleetgo.com?subject=API%20Key). ## Configuration diff --git a/source/_integrations/folder_watcher.markdown b/source/_integrations/folder_watcher.markdown index 97788e9ffa3..e658d5b5808 100644 --- a/source/_integrations/folder_watcher.markdown +++ b/source/_integrations/folder_watcher.markdown @@ -1,6 +1,6 @@ --- title: Folder Watcher -description: Component for monitoring changes within the filesystem. +description: Integration for monitoring changes within the filesystem. ha_category: - System Monitor ha_iot_class: Local Polling