forked from tchiavegatti/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.yaml
23 lines (18 loc) · 781 Bytes
/
cover.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#https://home-assistant.io/components/cover/
####################################################
# #
# OPEN GARAGE #
# #
####################################################
#https://home-assistant.io/components/cover.opengarage/
- platform: opengarage
covers:
garage:
host: 192.168.1.18
device_key: !secret device_key
name: Garage Door
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################