diff --git a/source/_integrations/valve.markdown b/source/_integrations/valve.markdown index 58982e829e4..64cb36d1df1 100644 --- a/source/_integrations/valve.markdown +++ b/source/_integrations/valve.markdown @@ -16,10 +16,20 @@ related: title: Dashboard --- -The valve entity in Home Assistant provides an interface to control valves such as water, gas, or air valves. +The **Valve** entity in Home Assistant provides an interface to control valves such as water, gas, or air valves. {% include integrations/building_block_integration.md %} +## The state of a valve entity + +The valve {% term entity %} can have the following states: + +- **Open**: The valve is fully open. +- **Opening**: The valve is in the process of opening. +- **Closed**: The valve is fully closed. +- **Closing**: The valve is in the process of closing. +- **Stopped**: The valve has stopped moving before reaching a fully open or closed position. + ## Device class {% include integrations/device_class_intro.md %}