Skip to content
Merged

Patch 5 #10824

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_integrations/automation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ automation:
- platform: state
...
```

## Configuration

This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
automation:
```
4 changes: 4 additions & 0 deletions source/_integrations/cloud.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ha_iot_class: Cloud Push

The Home Assistant Cloud allows you to quickly integrate your local Home Assistant with various cloud services like Amazon Alexa and Google Assistant. [Learn more.](/cloud)

## Configuration

This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry to enable the cloud component
cloud:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/config.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ha_qa_scale: internal

The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant.

To enable the configuration panel, add the following to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/frontend.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ha_qa_scale: internal
ha_release: 0.7
---

This offers the official frontend to control Home Assistant.
This offers the official frontend to control Home Assistant. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
3 changes: 1 addition & 2 deletions source/_integrations/history.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ component for storing the data and uses the same database setting.
If any entities are excluded from being recorded,
no history will be available for these entities.

To enable the history option in your installation,
add the following to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Basic configuration.yaml entry
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/light.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ha_iot_class: Configurable
ha_release: 0.8
---

The `mqtt` light platform with lets you control your MQTT enabled lights through one of the supported message schemas.
The `mqtt` light platform lets you control your MQTT enabled lights through one of the supported message schemas.

## Comparison of light MQTT schemas

Expand Down
3 changes: 1 addition & 2 deletions source/_integrations/logbook.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ the `recorder` integration for storing the data. This means that if the
PostgreSQL as data store, the `logbook` integration does not use the default
SQLite database to store data.

To enable the logbook in your installation,
add the following to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/map.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ha_qa_scale: internal
ha_release: 0.56
---

This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation.
This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
3 changes: 1 addition & 2 deletions source/_integrations/mobile_app.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ If you are a mobile app developer, see the [developer documentation](https://dev

## Configuration

This integration is by default enabled, unless you've disabled or removed the `default_config:` line from your configuration.
If that is the case, the following example shows you how to enable this integration manually:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/person.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can manage persons via the UI from the person page inside the configuration

## Configuring the `person` integration via the Home Assistant configuration panel

If you prefer to use the configuration panel to configure the `person` integration simply add one line to your `configuration.yaml` file and restart Home Assistant.
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
person:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/ssdp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Integrations can opt-in to be found by adding [an SSDP section](https://develope

## Configuration

To integrate this into Home Assistant, add the following section to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down
2 changes: 2 additions & 0 deletions source/_integrations/sun.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ below the horizon. The sun can be used within automation as

## Configuration

This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
sun:
Expand Down
3 changes: 2 additions & 1 deletion source/_integrations/system_health.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ ha_release: 0.87

The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.

System health is included as part of the [default config](https://www.home-assistant.io/integrations/default_config/) starting with Home Assistant 0.88. If you do not wish to use the default config, you can add the following to your configuration.yaml file.
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
system_health:
```

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/updater.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `updater` binary sensor will wait one hour after startup until it performs t

## Configuration

To integrate this into Home Assistant, add the following section to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:

```yaml
updater:
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/zeroconf.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Integrations can opt-in to be found by adding either [a Zeroconf section](https:

## Configuration

To have Home Assistant scan for integrations using zeroconf and HomeKit, add the following section to your `configuration.yaml` file:
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, and you wish to have Home Assistant scan for integrations using zeroconf and HomeKit, the following example shows you how to enable this integration manually:

```yaml
# Example configuration.yaml entry
Expand Down