cf5278b7e9f6f60f9abe36c438a73c6933387348,homeassistant/__init__.py,Timer,run,#Timer#,865
Before Change
last_fired_on_second = now.second
self.hass.bus.fire(EVENT_TIME_CHANGED, {ATTR_NOW: now})
class Config(object):
Configuration settings for Home Assistant.
After Change
last_fired_on_second = now.second
// Event might have been set while sleeping
if not self._stop_event.isSet():
self.hass.bus.fire(EVENT_TIME_CHANGED, {ATTR_NOW: now})
class Config(object):
Configuration settings for Home Assistant.
// pylint: disable=too-many-instance-attributes
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: home-assistant/home-assistant
Commit Name: cf5278b7e9f6f60f9abe36c438a73c6933387348
Time: 2015-04-29
Author: paulus@paulusschoutsen.nl
File Name: homeassistant/__init__.py
Class Name: Timer
Method Name: run
Project Name: home-assistant/home-assistant
Commit Name: 93fe61bf13652639ece8b44f88feb9fe01088bd3
Time: 2018-04-28
Author: paulus@paulusschoutsen.nl
File Name: homeassistant/components/system_log/__init__.py
Class Name: LogErrorHandler
Method Name: emit
Project Name: home-assistant/home-assistant
Commit Name: 3fad4d8cda8ec961f864f8d7b3587665c00f49f8
Time: 2015-08-10
Author: paulus@paulusschoutsen.nl
File Name: homeassistant/__init__.py
Class Name: ServiceRegistry
Method Name: _execute_service