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

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Dec 16, 2022
1 parent edc4fc8 commit 3965192
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.22.31'
VERSION = '1.22.32'
PUBLIC_URL = 'https://[your public url]'
CONFIGFILE = 'config/config.yaml'
LOGFILE = 'dzga.log'
Expand Down Expand Up @@ -90,7 +90,7 @@
'dishwasher': 'Dishwasher',
'dryer': 'Dryer',
'fan': 'Fan',
'garage': 'GarageSensor',
'garage': 'GarageDoor',
'gate': 'Gate',
'group': 'Group',
'heater': 'Heater',
Expand Down

0 comments on commit 3965192

Please sign in to comment.