mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
F-integrations: Rename component to integration (#27787)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
a609006767
commit
dc6d4c0d73
@ -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:
|
||||||
|
@ -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 |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
|
@ -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).
|
||||||
|
@ -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
|
||||||
|
@ -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' />
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user