Update sense for config flow (#12175)

This commit is contained in:
J. Nick Koston 2020-02-27 02:38:31 -10:00 committed by GitHub
parent 07d855fc24
commit 6771594a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ ha_category:
- Sensor - Sensor
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_release: 0.82 ha_release: 0.82
ha_config_flow: true
ha_codeowners: ha_codeowners:
- '@kbickar' - '@kbickar'
--- ---
@ -21,7 +22,9 @@ There is currently support for the following device types within Home Assistant:
## Configuration ## Configuration
To enable this sensor in your installation, add the following to your `configuration.yaml` file: To add `Sense` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Sense**.
Alternatively, to enable this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry