Remove unused and potentially confusing property

pull/681/head
pavoni 2015-11-29 20:45:03 +00:00
parent 73e3ce5044
commit aff1c27372
1 changed files with 0 additions and 6 deletions

View File

@ -144,12 +144,6 @@ class Sun(Entity):
self._state = self.next_rising = self.next_setting = None
track_utc_time_change(hass, self.timer_update, second=30)
@property
def should_poll(self):
""" We trigger updates ourselves after sunset/sunrise,
but sun angle requires poll """
return True
@property
def name(self):
return "Sun"