From 0e4cc5e1dd0be7788bd27abfcc11dd9a77435433 Mon Sep 17 00:00:00 2001 From: etheralm <8655564+etheralm@users.noreply.github.com> Date: Tue, 30 Apr 2019 02:25:20 +0200 Subject: [PATCH] Dyson new fan sensors (#9103) --- source/_components/dyson.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index 99aac12279b..88a56255fac 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -31,6 +31,7 @@ There is currently support for the following device types within Home Assistant: - Fan - Sensor - Vacuum +- Air Quality ## {% linkable_title Configuration %} @@ -158,9 +159,22 @@ There are several attributes which can be used for automations and templates. ## {% linkable_title Sensor %} -The `dyson` sensor platform allows you to control your Dyson Purifier's filter life time. +The `dyson` sensor platform provides temperature and humidity sensors. + +## {% linkable_title Air Quality %} + +The `dyson` air quality platform provides the following levels: + +- Particulate matter 2.5 (<= 2.5 μm) level. +- Particulate matter 10 (<= 10 μm) level. +- Air Quality Index (AQI). +- NO2 (nitrogen dioxide) level. +- VOC (Volatile organic compounds) level. + +Note: currently only the 2018 dyson fans are supported(TP04 and DP04). ### {% linkable_title Supported fan devices %} - Pure Cool link (desk and tower) - Pure Hot+cool link (see climate part) for thermal control +- Pure Cool 2018 Models (TP04 and DP04) \ No newline at end of file