Skip to content

Commit c15c672

Browse files
authored
Update README.md
1 parent 2d07088 commit c15c672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ auto_fan_speed_master_bedroom:
4444
start: "21:00:00"
4545
end: "09:30:00"
4646
turn_off_at_end_time: True
47+
debug: false
4748
```
4849
4950
key | optional | type | description
@@ -60,6 +61,7 @@ key | optional | type | description
6061
`time\|start` | **False** | time | Only control between start and end times. if you only want to auto control the fan speed at night for example. This is in 24h format
6162
`time\|end` | **False** | time | Every start has an end. This one too :smirk:
6263
`time\|turn_off_at_end_time` | **False** | bool | Turn off the fan at the end time, to save energy and ensure that the fan doesnt run all day.
64+
`debug` | True | bool | if True, outputs messages to the AppDaemon Log
6365

6466

6567
## Thank you! :raised_hands:

0 commit comments

Comments
 (0)