mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
corrects , -> . typo
This commit is contained in:
committed by
Paulus Schoutsen
parent
82d89edb4f
commit
ee1c29b392
@@ -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:
|
||||
|
Reference in New Issue
Block a user