Remove YAML documentation for Flu Near You (#15464)

This commit is contained in:
Aaron Bach 2020-11-08 05:48:52 -07:00 committed by GitHub
parent 0bed24b514
commit 552a820c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,31 +18,8 @@ Center for Disease Control (CDC).
## Configuration
To enable the platform, add the following lines to your `configuration.yaml`
file:
```yaml
sensor:
- platform: flunearyou
```
{% configuration %}
monitored_conditions:
description: The sensor categories to display.
required: false
type: list
default: ['cdc_report', 'user_report']
latitude:
description: The latitude of the location to monitor.
required: false
type: float
default: The latitude defined under the `homeassistant` key in `configuration.yaml`.
longitude:
description: The longitude of the location to monitor.
required: false
type: float
default: The longitude defined under the `homeassistant` key in `configuration.yaml`.
{% endconfiguration %}
This integration can be configured via the Home Assistant UI by navigating to
**Configuration** -> **Integrations**.
## Sensor Types