mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
corrects , -> . typo
This commit is contained in:
parent
da715c2a03
commit
1dac84e9dd
@ -91,7 +91,7 @@ class TautulliSensor(Entity):
|
||||
self.home = self.tautulli.api.home_data
|
||||
self.sessions = self.tautulli.api.session_data
|
||||
self._attributes['Top Movie'] = self.home.get('movie')
|
||||
self._attributes['Top TV Show'] = self.home,get('tv')
|
||||
self._attributes['Top TV Show'] = self.home.get('tv')
|
||||
self._attributes['Top User'] = self.home.get('user')
|
||||
for key in self.sessions:
|
||||
if 'sessions' not in key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user