From 2c188600798a9dd3794e9313fa0bac3c320c74f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Janu=C3=A1rio?= Date: Tue, 26 Sep 2023 10:23:39 +0100 Subject: [PATCH] Add additional sensors to ecoforest integration. (#28974) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Franck Nijhof --- source/_integrations/ecoforest.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/ecoforest.markdown b/source/_integrations/ecoforest.markdown index e562a5d54e0..2b82ce4896e 100644 --- a/source/_integrations/ecoforest.markdown +++ b/source/_integrations/ecoforest.markdown @@ -49,4 +49,11 @@ The Ecoforest integration exposes a switch entity to turn status of the device t ## Sensor -The Ecoforest integration exposes a sensor for the current ambient temperature +The Ecoforest integration exposes multiple sensors to monitor various features: + +- temperature: a sensor for the current ambient temperature +- cpu_temperature: a sensor for the current CPU temperature +- gas_temperature: a sensor for the current gas temperature +- ntc_temperature: a sensor for the current NTC probe temperature +- status: a sensor for the current status of the device. Possible values are: off, starting, pre-heating, on, shutting down, standby, alarm. +- alarm: a sensor for the current alarm of the device. Possible values are: air depression, pellets, CPU overheating, unknown.