Add additional sensors to ecoforest integration. (#28974)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Pedro Januário 2023-09-26 10:23:39 +01:00 committed by GitHub
parent cdf5b71d0a
commit 2c18860079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,11 @@ The Ecoforest integration exposes a switch entity to turn status of the device t
## Sensor ## 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 <abbr title="negative temperature coefficient">NTC</abbr> 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.