diff --git a/homeassistant/components/sensor/fitbit.py b/homeassistant/components/sensor/fitbit.py index ca5a77fcdd0..605805c028d 100644 --- a/homeassistant/components/sensor/fitbit.py +++ b/homeassistant/components/sensor/fitbit.py @@ -441,7 +441,7 @@ class FitbitSensor(Entity): if self.extra: attrs['model'] = self.extra.get('deviceVersion') - attrs['type'] = self.extra.get('type') + attrs['type'] = self.extra.get('type').lower() return attrs