diff --git a/homeassistant/components/yamaha_musiccast/entity.py b/homeassistant/components/yamaha_musiccast/entity.py index cf13af76de4f..9a6a2c6a5cda 100644 --- a/homeassistant/components/yamaha_musiccast/entity.py +++ b/homeassistant/components/yamaha_musiccast/entity.py @@ -63,7 +63,7 @@ class MusicCastDeviceEntity(MusicCastEntity): }, manufacturer=BRAND, model=self.coordinator.data.model_name, - sw_version=self.coordinator.data.system_version, + sw_version=str(self.coordinator.data.system_version), ) if self._zone_id == DEFAULT_ZONE: