Skip to content

Commit

Permalink
Convert MQTT event to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 28, 2015
1 parent df99e4e commit 244fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DEFAULT_RETAIN = False

SERVICE_PUBLISH = 'publish'
EVENT_MQTT_MESSAGE_RECEIVED = 'MQTT_MESSAGE_RECEIVED'
EVENT_MQTT_MESSAGE_RECEIVED = 'mqtt_message_received'

REQUIREMENTS = ['paho-mqtt==1.1']

Expand Down

0 comments on commit 244fde8

Please sign in to comment.