mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 09:56:30 +00:00
Add AirQuality deprecation notice (#978)
This commit is contained in:
parent
5efc820ef2
commit
b112c0cdbc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user