We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e846a20 commit c2f2b0fCopy full SHA for c2f2b0f
1 file changed
interfaces/xbos_thermostat.yaml
@@ -48,16 +48,9 @@ Thermostat:
48
description: Override state of the thermostat. If the thermostat is in override mode, it will not follow its programmed schedule.
49
required: true
50
fan:
51
- type: integer
+ type: boolean
52
description: Fan state of the thermostat
53
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
61
mode:
62
type: integer
63
description: The current operating policy of the thermostat
0 commit comments