From b112c0cdbcb6cb6d7c593e38f6600d6fc05072ed Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 22 Jun 2021 21:10:41 +0200 Subject: [PATCH] Add AirQuality deprecation notice (#978) --- docs/core/entity/air-quality.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/core/entity/air-quality.md b/docs/core/entity/air-quality.md index a7a91fe1..fd2ee615 100644 --- a/docs/core/entity/air-quality.md +++ b/docs/core/entity/air-quality.md @@ -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