Skip to content

Commit c2f2b0f

Browse files
committed
switch fan state to being boolean
1 parent e846a20 commit c2f2b0f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

interfaces/xbos_thermostat.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,9 @@ Thermostat:
4848
description: Override state of the thermostat. If the thermostat is in override mode, it will not follow its programmed schedule.
4949
required: true
5050
fan:
51-
type: integer
51+
type: boolean
5252
description: Fan state of the thermostat
5353
required: false
54-
enum:
55-
- value: 0
56-
description: Fan is off
57-
- value: 1
58-
description: Fan is on
59-
- value: 2
60-
description: Fan is in auto mode
6154
mode:
6255
type: integer
6356
description: The current operating policy of the thermostat

0 commit comments

Comments
 (0)