Skip to content

Commit

Permalink
Add turn_on/off to FanEntity (#21339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Jul 9, 2024
1 parent bd54eb4 commit ca53af5
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 ca53af5

Please sign in to comment.