mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
corrects , -> . typo
This commit is contained in:
@@ -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