Skip to content

WIP: Homematic improvments with new hass interfaces#9058

Merged
pvizeli merged 4 commits into
home-assistant:devfrom
pvizeli:fix_homematic_async_init
Aug 31, 2017
Merged

WIP: Homematic improvments with new hass interfaces#9058
pvizeli merged 4 commits into
home-assistant:devfrom
pvizeli:fix_homematic_async_init

Conversation

@pvizeli
Copy link
Copy Markdown
Member

@pvizeli pvizeli commented Aug 20, 2017

Description:

Remove old init hass hack and change to official hass interfaces. That make delay unusable.

@mention-bot
Copy link
Copy Markdown

@pvizeli, thanks for your PR! By analyzing the history of the files in this pull request, we identified @turbokongen, @balloob and @danielperna84 to be potential reviewers.

Comment thread homeassistant/components/homematic.py Outdated
# Load data
track_time_interval(hass, self._update_hub, SCAN_INTERVAL_HUB)
self._update_hub(None)
async_track_time_interval(hass, self._update_hub, SCAN_INTERVAL_HUB)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'hass'

@pvizeli pvizeli merged commit 836b528 into home-assistant:dev Aug 31, 2017
@pvizeli pvizeli deleted the fix_homematic_async_init branch August 31, 2017 19:16
@balloob balloob mentioned this pull request Sep 7, 2017
@home-assistant home-assistant locked and limited conversation to collaborators Dec 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants