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.