mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Add turn_on/off to FanEntity (#21339)
This commit is contained in:
parent
bd54eb40a7
commit
ca53af5c41
@ -17,6 +17,8 @@ export const enum FanEntityFeature {
|
|||||||
OSCILLATE = 2,
|
OSCILLATE = 2,
|
||||||
DIRECTION = 4,
|
DIRECTION = 4,
|
||||||
PRESET_MODE = 8,
|
PRESET_MODE = 8,
|
||||||
|
TURN_OFF = 16,
|
||||||
|
TURN_ON = 32,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface FanEntityAttributes extends HassEntityAttributeBase {
|
interface FanEntityAttributes extends HassEntityAttributeBase {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user