diff --git a/src/data/fan.ts b/src/data/fan.ts index 5bcf32e75890..3320ff5353d8 100644 --- a/src/data/fan.ts +++ b/src/data/fan.ts @@ -17,6 +17,8 @@ export const enum FanEntityFeature { OSCILLATE = 2, DIRECTION = 4, PRESET_MODE = 8, + TURN_OFF = 16, + TURN_ON = 32, } interface FanEntityAttributes extends HassEntityAttributeBase {