From 60a1f95608850e64e15cfd171787359d70d3f502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Janu=C3=A1rio?= Date: Tue, 31 Oct 2023 07:50:31 +0000 Subject: [PATCH] Add additional sensors to ecoforest integration (#29524) * add additional sensors to ecoforest integration * removed duplicated sensors * Tweaks * Update source/_integrations/ecoforest.markdown Co-authored-by: Franck Nijhof --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Franck Nijhof --- source/_integrations/ecoforest.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/ecoforest.markdown b/source/_integrations/ecoforest.markdown index f1253b7371c..716a2313347 100644 --- a/source/_integrations/ecoforest.markdown +++ b/source/_integrations/ecoforest.markdown @@ -59,3 +59,10 @@ The Ecoforest integration exposes multiple sensors to monitor various features: - 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. +- depression: a sensor for the current depression air entrance. +- working_hours: a sensor for the total number of working hours of the device. +- ignitions: a sensor for the total number of ignitions of the device. +- live_pulse: a sensor for the current duration of the live pulse. +- pulse_offset: a sensor for the current duration of the waiting pulse. +- extractor: a sensor for the current extractor velocity. +- convecto_air_flow: a sensor for the current device air velocity.