From 69abae8b9f8d4e7bb2bd91700699c833d65a50fa Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Mon, 31 Jan 2022 22:18:08 +0100 Subject: [PATCH] Add info on management for Shelly Valve (#21266) * Add info on number platform for Shelly Valve * Tweaks Co-authored-by: Franck Nijhof --- source/_integrations/shelly.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 1f79b32e213..19534242b40 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -6,6 +6,7 @@ ha_category: - Cover - Energy - Light + - Number - Sensor - Switch ha_release: 0.115 @@ -25,6 +26,7 @@ ha_platforms: - climate - cover - light + - number - sensor - switch --- @@ -235,6 +237,16 @@ Trigger reboot of device. - Reboot - triggers the reboot + +## Shelly Thermostatic Radiator Valve (TRV) + +Shelly TRV generates 2 entities that can be used to control the device behavior: `climate` and `number`. +The first will allow specifying a temperature, the second instead of a percentage of the valve position. + +**Note**: that if you change the valve position then automatic temperature control + will be disabled. +As soon as you change the temperature, it gets enabled again. + ## CoAP port (generation 1) In some cases, it may be needed to customize the CoAP port (default: `5683`) your Home Assistant instance is listening to.