Fan entity: add state (#34780)

* Fan entity: add state

* Fix typo
This commit is contained in:
c0ffeeca7 2024-09-17 16:23:43 +02:00 committed by GitHub
parent f79ca2b116
commit 21750d2b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,14 @@ ha_codeowners:
ha_integration_type: entity ha_integration_type: entity
--- ---
The fan integration allows you to control and monitor fan devices. The **Fan** {% term integration %} allows you to control and monitor fan devices.
{% include integrations/building_block_integration.md %} {% include integrations/building_block_integration.md %}
## The state of a fan entity
The state of a fan entity can be either `on` or `off`.
## Actions ## Actions
### Fan control actions ### Fan control actions