diff --git a/homeassistant/components/sensor/steam_online.py b/homeassistant/components/sensor/steam_online.py index 27dd2fad56f..8645d4ee7c6 100644 --- a/homeassistant/components/sensor/steam_online.py +++ b/homeassistant/components/sensor/steam_online.py @@ -96,7 +96,7 @@ class SteamSensor(Entity): @property def device_state_attributes(self): """Return the state attributes.""" - return {'Game': self._game} + return {'game': self._game} @property def entity_picture(self):