From 8ead6f494e1059201c9e2163fda46c143d82253c Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 22 Aug 2023 09:35:00 +0000 Subject: [PATCH] Add information about Shelly Gas Valve (#28639) --- source/_integrations/shelly.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 833fcf12d8c..a2205e2dd56 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -266,6 +266,16 @@ The first will allow specifying a temperature, the second instead of a percentag will be disabled. As soon as you change the temperature, it gets enabled again. +## Shelly Gas with Valve add-on + +If you have Valve add-on connected to Shelly Gas, the integration will create two entities for the valve. The `switch` entity allows you to control the valve, the `sensor` entity shows exact states of the valve. + +
+ +The `switch` entity in Home Assistant does not support transition states. For this reason, the `opening` state of the valve maps to the `on` (opened) state of the entity and the `closing` state of the valve maps to the `off` (closed) state of the entity. + +
+ ## CoAP port (generation 1) In some cases, it may be needed to customize the CoAP UDP port (default: `5683`) your Home Assistant instance is listening to.