From 10f927d5d7aa510bff487d8511bb9340697833da Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 29 May 2024 20:13:29 +0200 Subject: [PATCH] Add select platform to Airgradient (#32697) --- source/_integrations/airgradient.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_integrations/airgradient.markdown b/source/_integrations/airgradient.markdown index cc5c996298e..b9ef23b466c 100644 --- a/source/_integrations/airgradient.markdown +++ b/source/_integrations/airgradient.markdown @@ -13,6 +13,7 @@ ha_codeowners: ha_domain: airgradient ha_platforms: - sensor + - select ha_integration_type: integration ha_zeroconf: true --- @@ -36,4 +37,12 @@ The integration will fetch data from each device. The following sensors are supp - Raw total volatile organic compounds - Signal strength - Temperature -- Total volatile organic compounds index \ No newline at end of file +- Total volatile organic compounds index + +## Available configuration entities + +The integration provides a few configuration entities to customize the device experience. +The settings are only applied to the device when the configuration source is set to local. +The following entities are supported: + +- Display temperature unit \ No newline at end of file