Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Rename DoorLockInv
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Sep 17, 2020
1 parent 8a1cd5c commit 4d9f9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

"""Constants for Google Assistant."""
VERSION = '1.8.5'
VERSION = '1.8.6'
PUBLIC_URL = 'https://[your public url]'
CONFIGFILE = 'config/config.yaml'
LOGFILE = 'dzga.log'
Expand Down Expand Up @@ -95,7 +95,7 @@
'kettle': 'Kettle',
'light': 'Light',
'lock': 'DoorLock',
'lockinv': 'DoorLock',
'lockinv': 'DoorLockInv',
'media': 'Media',
'merged': 'Merged(Idx:',
'microwave': 'Microwave',
Expand Down

0 comments on commit 4d9f9b5

Please sign in to comment.