Skip to content

Commit

Permalink
Add turn_on/off to FanEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Jul 8, 2024
1 parent aa49d6e commit 7830bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/fan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7830bb3

Please sign in to comment.