Merge pull request #2971 from home-assistant/release-0-49

0.49
This commit is contained in:
Paulus Schoutsen 2017-07-15 21:08:10 -07:00 committed by GitHub
commit b53a4aa54a
43 changed files with 1217 additions and 111 deletions

View file

@ -46,6 +46,7 @@ def setup(hass, config):
# Listener to handle fired events
def handle_event(event):
nonlocal count
count += 1
print('Total events received:', count)