F-integrations: Rename component to integration (#27787)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
c0ffeeca7 2023-06-13 15:24:10 +02:00 committed by GitHub
parent a609006767
commit dc6d4c0d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -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 ```yaml
http: http:

View File

@ -52,7 +52,7 @@ automation:
### Service `fan.set_preset_mode` ### 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 | | Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |

View File

@ -101,6 +101,6 @@ EVENT_FEEDREADER = "feedreader"
hass.bus.listen(EVENT_FEEDREADER, event_listener) 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). 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).

View File

@ -1,6 +1,6 @@
--- ---
title: File Size title: File Size
description: Component for monitoring the size of a file. description: Integration for monitoring the size of a file.
ha_category: ha_category:
- Sensor - Sensor
- Utility - Utility

View File

@ -17,7 +17,7 @@ ha_integration_type: integration
The `filter` platform enables sensors that process the states of other entities. 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.
<p class='img'> <p class='img'>
<img src='/images/screenshots/filter-sensor.png' /> <img src='/images/screenshots/filter-sensor.png' />

View File

@ -20,7 +20,7 @@ ha_platforms:
ha_integration_type: integration 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. 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.

View File

@ -15,7 +15,7 @@ The `fleetgo` device tracker platform allows you to integrate your vehicles equi
## Setup ## 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 ## Configuration

View File

@ -1,6 +1,6 @@
--- ---
title: Folder Watcher title: Folder Watcher
description: Component for monitoring changes within the filesystem. description: Integration for monitoring changes within the filesystem.
ha_category: ha_category:
- System Monitor - System Monitor
ha_iot_class: Local Polling ha_iot_class: Local Polling