From f9bd6aa499ff2e504e1ad767ae94aee712740a05 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 17 Oct 2024 10:29:21 +0200 Subject: [PATCH] Add new WeHeat temperature sensors (#35251) Adds the sensors added in https://github.com/home-assistant/core/pull/128452 --- source/_integrations/weheat.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/weheat.markdown b/source/_integrations/weheat.markdown index bbbf2e897ed..4c572b97362 100644 --- a/source/_integrations/weheat.markdown +++ b/source/_integrations/weheat.markdown @@ -39,8 +39,11 @@ The Weheat integration provides the following sensors: - **COP**: The Coefficient of performance between the above two power measurements - **Water inlet temperature**: The heat pump water inlet temperature in °C - **Water outlet temperature**: The heat pump water outlet temperature in °C +- **Water target temperature**: Target for the water temperature in °C - **Central heating inlet temperature**: The central heating inlet temperature in °C - **Outside temperature**: Outside temperature in °C +- **Current room temperature**: Current room temperature in °C +- **Room temperature setpoint**: Setpoint for the room temperature in °C - **Electricity used**: Total electricity used in kWh - **State**: The current heat pump state - **DHW top temperature**: The domestic hot water temperature in the top of the vessel in °C (optional)