From 21750d2b353e35c5c456d8d1d8859f4e16b16ebb Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:23:43 +0200 Subject: [PATCH] Fan entity: add state (#34780) * Fan entity: add state * Fix typo --- source/_integrations/fan.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/fan.markdown b/source/_integrations/fan.markdown index ecc22e77d42..e1983483fb6 100644 --- a/source/_integrations/fan.markdown +++ b/source/_integrations/fan.markdown @@ -11,10 +11,14 @@ ha_codeowners: 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 %} +## The state of a fan entity + +The state of a fan entity can be either `on` or `off`. + ## Actions ### Fan control actions