Valve: add state (#34802)

* Valve: add state

* Add term ref
This commit is contained in:
c0ffeeca7 2024-09-18 09:43:25 +02:00 committed by GitHub
parent 60b5cf87f4
commit 2892cee23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}