diff --git a/source/_integrations/ecoforest.markdown b/source/_integrations/ecoforest.markdown
new file mode 100644
index 00000000000..de4a796c6d8
--- /dev/null
+++ b/source/_integrations/ecoforest.markdown
@@ -0,0 +1,47 @@
+---
+title: Ecoforest
+description: Instructions on how to integrate Ecoforest fireplaces with Home Assistant.
+ha_category:
+ - Climate
+ha_release: 2023.10
+ha_iot_class: Local Polling
+ha_config_flow: true
+ha_codeowners:
+ - '@pjanuario'
+ha_domain: ecoforest
+ha_platforms:
+ - sensor
+ha_integration_type: integration
+---
+
+The Ecoforest integration allows monitoring and control of local [Ecoforest](https://ecoforest.com) fireplaces in Home Assistant. These fireplaces are manufactured in Spain.
+
+There is currently support for the following device platforms within Home Assistant:
+
+- [Sensor](#sensor)
+
+{% include integrations/config_flow.md %}
+
+
+Devices must first be connected to Wi-Fi or LAN using the app or website provided by the device manufacturer. It is not possible to connect devices to Wi-Fi using this integration.
+
+
+### Credentials
+
+To configure the Ecoforest integration you will need to enter your Ecoforest credentials which are the same ones you would use with the manufacturer app. The image below shows how to obtain the credentials:
+
+- Username: use the serial number of the device as identified by 1.
+- Password: use the first 8 characters of the wifi password as identified by 4.
+
+
+
+
+## Supported models
+
+Any Ecoforest device working with [Ecoforest Home](https://ecoforesthome.com/) should be supported, this integration is confirmed to support:
+
+- Ecoforest Cordoba Glass (using firmware version `30Abr19_v2z`)
+
+## Sensor
+
+The Ecoforest integration exposes a sensor for the current ambient temperature
diff --git a/source/images/integrations/ecoforest/credentials.png b/source/images/integrations/ecoforest/credentials.png
new file mode 100644
index 00000000000..43429c038c0
Binary files /dev/null and b/source/images/integrations/ecoforest/credentials.png differ