Skip to content

Commit

Permalink
U-V-integrations: replace term component by integration (home-assista…
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Jun 15, 2023
1 parent ba8543b commit a9561e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/ubus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ha_integration_type: integration

This is a presence detection scanner for [OpenWrt](https://openwrt.org/) using [ubus](https://wiki.openwrt.org/doc/techref/ubus). It scans for changes in `hostapd.*`, which will detect and report changes in devices connected to the access point on the router.

Before this scanner can be used you have to install the ubus RPC packages on OpenWrt (versions older than 18.06.x do not require the `uhttpd-mod-ubus` package):
Before this scanner can be used, you have to install the ubus RPC packages on OpenWrt (versions older than 18.06.x do not require the `uhttpd-mod-ubus` package):

```bash
opkg update
Expand Down Expand Up @@ -90,7 +90,7 @@ If you find that this never creates `known_devices.yaml`, or if you need more in
### Increase Log Level

1. On your Home Assistant device, stop Home Assistant
2. Adjust `configuration.yaml` to log more detail for the `device_tracker` component
2. Adjust `configuration.yaml` to log more detail for the `device_tracker` integration.

```yaml
logger:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/vacuum.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vacuum:
host: 192.168.1.2
```
### Component services
### Integration services
Available services: `turn_on`, `turn_off`, `start_pause`, `start`, `pause`, `stop`, `return_to_base`, `locate`, `clean_spot`, `set_fan_speed` and `send_command`.

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/vacuum.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ State-based template entities have the special template variable `this` availabl

### Control vacuum with Harmony Hub

This example shows how you can use a Template Vacuum to control an IR vacuum cleaner using the [Harmony Hub Remote component](/integrations/harmony).
This example shows how you can use a Template Vacuum to control an IR vacuum cleaner using the [Harmony Hub Remote integration](/integrations/harmony).

```yaml
vacuum:
Expand Down
8 changes: 4 additions & 4 deletions source/_integrations/vicare.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A note about the current temperature attribute: Viessmann devices with room temp

### Supported services `climate.vicare_heating`

The following services of the [Climate component](/integrations/climate/) are provided by the ViCare integration: `set_temperature`, `set_hvac_mode`, `set_preset_mode`
The following services of the [Climate integration](/integrations/climate/) are provided by the ViCare integration: `set_temperature`, `set_hvac_mode`, `set_preset_mode`

#### Service `set_temperature`

Expand All @@ -78,7 +78,7 @@ Note that `set_temperature` will always affect the current normal temperature or

Set HVAC mode for the climate device. The following modes are supported:

The `climate.vicare_heating` component has the following mapping of HVAC modes to Viessmann operation modes:
The `climate.vicare_heating` integration has the following mapping of HVAC modes to Viessmann operation modes:

| HVAC mode | Viessmann mode | Description |
| ---------------------- | -------- | ----------- |
Expand Down Expand Up @@ -112,11 +112,11 @@ Eco mode reduces the target temperature by 3°C, whereas Comfort mode sets the t

## Water Heater

It is not possible to turn on/off water heating via the Water Heater component since this would conflict with the operation modes of the heating component. Therefore the operation mode of that component is just available as an attribute and cannot be modified.
It is not possible to turn on/off water heating via the Water Heater integration since this would conflict with the operation modes of the heating integration. Therefore the operation mode of that integration is just available as an attribute and cannot be modified.

### Supported services `water_heater.vicare_water`

The following services of the [Water Heater component](/integrations/water_heater/) are provided by the ViCare integration: `set_temperature`
The following services of the [Water Heater integration](/integrations/water_heater/) are provided by the ViCare integration: `set_temperature`

#### Service `set_temperature`

Expand Down

0 comments on commit a9561e1

Please sign in to comment.