diff --git a/homeassistant/components/fitbit/sensor.py b/homeassistant/components/fitbit/sensor.py index 9cee1d4f9527..d8025225df52 100644 --- a/homeassistant/components/fitbit/sensor.py +++ b/homeassistant/components/fitbit/sensor.py @@ -461,7 +461,7 @@ FITBIT_RESOURCES_LIST: Final[tuple[FitbitSensorEntityDescription, ...]] = ( key="sleep/timeInBed", translation_key="sleep_time_in_bed", native_unit_of_measurement=UnitOfTime.MINUTES, - icon="mdi:hotel", + icon="mdi:bed", device_class=SensorDeviceClass.DURATION, scope=FitbitScope.SLEEP, state_class=SensorStateClass.TOTAL_INCREASING, diff --git a/tests/components/fitbit/snapshots/test_sensor.ambr b/tests/components/fitbit/snapshots/test_sensor.ambr index 068df25454d2..d990996d089d 100644 --- a/tests/components/fitbit/snapshots/test_sensor.ambr +++ b/tests/components/fitbit/snapshots/test_sensor.ambr @@ -281,7 +281,7 @@ 'attribution': 'Data provided by Fitbit.com', 'device_class': 'duration', 'friendly_name': 'First L. Sleep time in bed', - 'icon': 'mdi:hotel', + 'icon': 'mdi:bed', 'state_class': , 'unit_of_measurement': , }),