Add missing HVACAction.Fan to climate entity documentation (#1322)

This commit is contained in:
RobertD502 2022-05-06 15:59:53 -04:00 committed by GitHub
parent 4ff6bfa329
commit c6162fe70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ The HVAC action describes the _current_ action. This is different from the mode,
| `HVACAction.HEATING` | Device is heating. |
| `HVACAction.COOLING` | Device is cooling. |
| `HVACAction.DRYING` | Device is drying. |
| `HVACAction.FAN` | Device has fan on. |
| `HVACAction.IDLE` | Device is idle. |
### Presets