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.