Add AirQuality deprecation notice (#978)

This commit is contained in:
Franck Nijhof 2021-06-22 21:10:41 +02:00 committed by GitHub
parent 5efc820ef2
commit b112c0cdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,11 @@ sidebar_label: Air Quality
## Properties
:::tip
Properties should always only return information from memory and not do I/O (like network requests). Implement `update()` or `async_update()` to fetch data.
:::caution Deprecated
The Air Quality entity is deprecated and should not be used. Instead, use
separate sensors for these measurements.
Integrations that still rely on the Air Quality Entity should be migrated.
:::
| Name | Type | Default | Description