1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-21 11:30:03 +00:00

Moved more methods out of HomeAssistant object

This commit is contained in:
Paulus Schoutsen
2014-11-30 18:42:52 -08:00
parent c08676aa81
commit 5835d502c7
13 changed files with 149 additions and 111 deletions

View File

@@ -25,7 +25,7 @@ def setup(hass, config):
hass.track_time_change(print, second=[0, 30])
# See also (defined in homeassistant/__init__.py):
# hass.track_state_change
# hass.states.track_change
# hass.track_point_in_time
# Tells the bootstrapper that the component was succesfully initialized